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
For those wishing to handle this error with an override here is a snippet. I have run some tests against my app with this change, and the build seems to still be ok.
// package.json commented out reset for brevity
....
"overrides": {
...
"react-file-reader-input": {
"react": "$react",
"react-dom": "$react-dom"
....
},
...
Ideally if this can actually be fixed in the repo that would be awesome
The peerDependencies "react" and "react-dom" do not comply with version 17.0.0 (still 15 and 16 only).
The text was updated successfully, but these errors were encountered: