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
This is currently as designed. Note remix-run/react-router#8525 (comment), but we may yet be convinced change this behavior. In any event, this is related to React Router so I'm going to close this and refer folks to comment in the linked issue there instead.
What version of Remix are you using?
1.1.3
Steps to Reproduce
Create a catch-all route handler at
app/routes/$.ts
.Expected Behavior
All routes should be handled by
app/routes/$.ts
.Actual Behavior
Routes like
<host>/foo
and<host>/foo/bar
work, but routes like<host>/~foo
and<host>/@foo/bar
return 404.The text was updated successfully, but these errors were encountered: