You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to /abc, and everything works fine and you should see a 'Hello world' on the screen.
However, navigate to /ab%20c, (URL-encoded space between b and c), and you don't see the 'hello world' anymore, implying that react-router-dom thinks that the path with a space in it is not a match.
This used to work fine until the most recent 6.4.3. To try this out, switch the dependency in the CodeSandbox to 6.4.2 and hit /ab%20c, and you should see the 'hello world'.