Replies: 1 comment 1 reply
-
I had two files named I resolved this by renaming |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently working on a Remix application and I'm trying to create a dynamic route with the path
/post/b/:id/edit
. According to the Remix documentation, I've created a file namedpost.b.$id.edit.tsx
in theapp/routes
directory. However, this doesn't seem to be working as expected.When I try to navigate to a URL like
/post/b/123/edit
, the route doesn't seem to match.Beta Was this translation helpful? Give feedback.
All reactions