Replies: 1 comment 3 replies
-
|
Could you create a minimum repro? |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Hi.
I have an app rr7 framework with middleware enabled in the root.tsx
export const middleware = middlewares;It works fine with the "react-router-devtools": "5.1.3"
But if I install "react-router-devtools": "^6.2.0" it causes browser error
ERR_HTTP_RESPONSE_CODE_FAILURE 500 (Internal Server Error)Disabling the middleware
// export const middleware = middlewares;solves the error.There is something I'm doing wrong?
Repo
This is bad
This is fine
Beta Was this translation helpful? Give feedback.
All reactions