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
Debugging an issue related to seeing this error on any action dispatches that eventually alter state. Uncaught TypeError: __WEBPACK_IMPORTED_MODULE_3_json_stringify_safe___default(...) is not a function
I've only tried to receive this error in webpack 2.4+ but it appears to be related to the following webpack issue: webpack/webpack#4742
Considering the age and lack of traction on json-stringify-safe it may be ideal to fork the dependency and update its exports or build it for specific platforms. It may be possible to specifically reference the .default export from json-stringify-safe, but I've not attempted.
I'm assuming that this may be an issue with all versions of webpack 2+ but I've not confirmed this.
The text was updated successfully, but these errors were encountered:
Debugging an issue related to seeing this error on any action dispatches that eventually alter state.
Uncaught TypeError: __WEBPACK_IMPORTED_MODULE_3_json_stringify_safe___default(...) is not a function
I've only tried to receive this error in webpack 2.4+ but it appears to be related to the following webpack issue: webpack/webpack#4742
Considering the age and lack of traction on json-stringify-safe it may be ideal to fork the dependency and update its exports or build it for specific platforms. It may be possible to specifically reference the
.default
export from json-stringify-safe, but I've not attempted.I'm assuming that this may be an issue with all versions of webpack 2+ but I've not confirmed this.
The text was updated successfully, but these errors were encountered: