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
Duplicate of alexkuz/redux-devtools-inspector#68 from the previous version of the repository. If you look at the pull request for the issue linked above you'll see that it was never merged.
Issue:
getting these 2 warnings in webpack bundle:
WARNING in ../~/jsondiffpatch/src/main.js
56:20-50 Critical dependency: the request of a dependency is an expression
WARNING in ../~/jsondiffpatch/src/main.js
61:19-47 Critical dependency: the request of a dependency is an expression
Solution:
Update the jsondiffpatch dependency to v0.3.10 or v.0.3.11. Based on benjamine/jsondiffpatch#172 (comment) I am pretty sure this will resolve the issue.
I have a PR for this but don't have contributor permissions and couldn't find a doc w/steps on how to become a contributor : ). But this should be an easy fix for an existing contributor to do.
The text was updated successfully, but these errors were encountered:
adamcee
changed the title
Critical dependency: the request of a dependency is an expression
Webpack-dev-server warning: Critical dependency: the request of a dependency is an expression
Jan 22, 2020
Duplicate of alexkuz/redux-devtools-inspector#68 from the previous version of the repository. If you look at the pull request for the issue linked above you'll see that it was never merged.
Issue:
getting these 2 warnings in webpack bundle:
Cause:
The issue is caused by the version of jsondiff currently used. See benjamine/jsondiffpatch#172 and benjamine/jsondiffpatch#76.
Solution:
Update the jsondiffpatch dependency to
v0.3.10
orv.0.3.11
. Based on benjamine/jsondiffpatch#172 (comment) I am pretty sure this will resolve the issue.I have a PR for this but don't have contributor permissions and couldn't find a doc w/steps on how to become a contributor : ). But this should be an easy fix for an existing contributor to do.
The text was updated successfully, but these errors were encountered: