-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
Uncaught TypeError: self.postMessage - console errors #148
Comments
@rikschennink I have no idea, do you? |
@modernpk happy to take a look at a public test case |
@rikschennink thanks for your quick response. I fixed it by redefined |
@rikschennink I am facing the same issues again and I realized it is happening only when I run |
@themodernpk I honestly don't know why that would happen, I'm all ears. The WebWorkers are created dynamically so maybe the hot reload messes with references to these dynamic web workers. |
Summary
Filepond keeps generating console errors like the following:
How to reproduce
Fairly simple usage of filepond:
https://gist.github.com/modernpk/16e61547332ed8eae016483caad63bf9
Expected behaviour
I am using hot reload, which is breaking because of these console errors. If I remove the filepond, everything seems working as expected.
Additional information
The text was updated successfully, but these errors were encountered: