-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Closed
Labels
Description
What version of React Router are you using?
6.2.1
Steps to Reproduce
https://stackblitz.com/edit/github-ksmc1e?file=src/App.tsx
- Declare a route with path set to "🔨"
- Visit path "/🔨" (by clicking on the "About (🔨)" link)
- "About" page is not shown and the "🔨" route is not matched
Expected Behavior
Routes that has a path with emoji should be matched as they were in v5.
Actual Behavior
Routes that has a path with emoji is not matched.
Bambooooo, strongui, herecydev, Steffen-Hagen-Webstep, mleister97 and 3 more