-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[React Refresh] Failed to set up the socket connection. #156
Comments
I got same problem |
How did you guys fix this problem? |
I got the same problem. havent solved it. If someone can respond with their solution, that would be great |
I got the same problem.. any fixes? |
I just ended up using this template Specifically their vite react typescript template It's more lightweight, has less bugs, less bloat and works better. |
Encounter the same problem. Just head to file isDevelopment && new ReactRefreshWebpackPlugin(), to isDevelopment && new ReactRefreshWebpackPlugin({ overlay: false }), This will ignore the error overlay integration and fix the warning. |
Thanks @Hawstein, it worked. |
use "npm run build" instead, anyway, I still encounter other problems and decide to go with other lightweight template |
@WynMars Curious which one you ended up going with? |
When I first open the popup/options page, I get this error. But the auto-refresh works fine.
The text was updated successfully, but these errors were encountered: