Skip to content
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

Multiple console warnings when running Redux Dev Tools / Webpack Dev Server #16

Open
mdurling opened this issue Feb 4, 2017 · 0 comments

Comments

@mdurling
Copy link

mdurling commented Feb 4, 2017

seamless.parent.js logs many JSON parsing warnings when running Redux Dev Tools and/or Webpack Dev Server (See attached). These warnings are not service affecting but they do interfere with our ability to monitor and debug our application. If I remove the Redux Dev Tools middleware and use a real http server, the errors are not present.

screen shot 2017-02-04 at 10 21 05 am

screen shot 2017-02-04 at 10 16 34 am

I opened this issue, but I realize now that the code which generates the console warnings is actually part of postmessage which you are including as a submodule. postmessage is attempting to parse every message even those sent using window.postMessage directly. postmessage should be tagging and only parsing messages that it was used to send.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant