-
Beta Was this translation helpful? Give feedback.
Answered by
tatsmaki
Jun 21, 2024
Replies: 1 comment 2 replies
-
This is react-router error window And this is webpack error window (or vite) This error won't be visible in production. If you want to adjust it for development – check webpack docs to configure devServer overlay Something like this will work
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
vijtheveg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is react-router error window
And this is webpack error window (or vite)
This error won't be visible in production. If you want to adjust it for development – check webpack docs to configure devServer overlay
https://webpack.js.org/configuration/dev-server/#overlay
Something like this will work