-
Notifications
You must be signed in to change notification settings - Fork 194
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
iframe errors #105
Comments
This is due to SockJS, used in If you are not using WDS, you should probably configure the socket integration as stated in the README. If you're using WDS, this issue is likely happening because a proper WebSocket implementation was not detected by SockJS in the browser, and thus it is falling back to using an You can work-around this by using the native |
I'll be closing this because this is unrelated to the plugin. |
hey @pmmmwh |
No. If it does please redirect your issue to the
As shown in caniuse, you're covered 97.57% of the time. |
nice, I do get a warning of still using SockJS even though I cant find any reference to the pattern
|
If you use a custom socket path for WDS - you will have to tell the plugin. |
Thanks, hijacking this issue for another question
I'm not getting any type errors without it. |
In theory, this shouldn't be the case - you can take a look at the files within |
@pmmmwh |
Please post your dev server config here 😊 |
I fixed it :)
|
I will ... Erm ... Have to take a look at it then I guess 😂 |
Error addressed in #133. |
@pmmmwh is there a way to disable the error overlay? without sacrificing the new |
|
These errors started after adding react-refresh and babel (typescript). any idea what causes this?
The text was updated successfully, but these errors were encountered: