Replies: 3 comments
-
error with express 5:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
splat syntax has changed in v5: https://expressjs.com/en/guide/migrating-5.html#path-syntax change your |
Beta Was this translation helpful? Give feedback.
0 replies
-
Express 5 has been supported for some time and there's now a path to adopt it. Closing this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
EDIT: Express 5 has been supported for some time already. You may need to do some changes in your code though, so:
The package@react-router/express
currently has a peer dependency onexpress: ^4.17.1
. It would be great if support for express 5 was officially added.Beta Was this translation helpful? Give feedback.
All reactions