-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Degraded developer experience / HMR consistently causing Log In screen to show. #886
Comments
Any update here? Development is painfully slow when every save results in a login screen, which then requires a full page refresh... |
It looks like there are two separate issues causing the login screen to show, and it might actually be related to #599 . The other thing seems to pop up randomly - the logs show that
|
Have you had success applying the eslint rule in a useful way? Remix routes export a bunch of non-component exports (loaders, actions etc.) so it's highlighting more than just problematic exports. |
@vincaslt yeah if you look lower down the docs page for the plugin, there is an example of using |
Hi there 👋 Thank you for your patience on this! I was able to reproduce this, it is seems like the redirection to the login screen happens when vite does a full We are going to continue to try to determine the best solution here. Thanks! |
Every change to a component is causing the log in screen to show. After a hard refresh, things work as expected until the component is saved again. The component is a form that uses forwardRef and is shared by multiple routes. Changing code in the route files does not cause the log in screen to show.
The text was updated successfully, but these errors were encountered: