You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sanitize method will throw an error if a Message event data is a string.
Specifically it looks like when you use the webpack dev server in development this happens when a hot deploy occurs. I assume this is how webpack informs the browser what has changed.
postmate.js?2a8e:80 Uncaught TypeError: Cannot use 'in' operator to search for 'postmate' in webpackHotUpdateb6875338fa40f73def8f
at sanitize (postmate.js?2a8e:80)
at reply (postmate.js?2a8e:322)
The sanitize method will throw an error if a Message event data is a string.
Specifically it looks like when you use the webpack dev server in development this happens when a hot deploy occurs. I assume this is how webpack informs the browser what has changed.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/in_operator_no_object
The text was updated successfully, but these errors were encountered: