I need some help debugging a hydration mismatch error related to trailing backslash:
- example.com/test works just fine
- example.com/test/ results in hydration mismatch (which results in a blank page)
After reverting from 4.3.1 to 4.2.2 the error went away. It also happens in 4.3.0.
I was trying to create a reproduction to post my issue on Github, but an empty project is working just fine. I've been trying to replicate the issue for hours now without any luck. I'm primarily looking for some hints to get me on the right path. Do you have any idea which changes in 4.3.0 could be causing this issue in my project? Hopefully that can help me narrow down the potential cause of this issue. Any help debugging is greatly appreciated!