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
Hey there - thanks for filing a bug report.
Just updated the package so it will require react-dom by the correct name.
Should work now! (bumped to 0.1.5)
Hi,
I'm getting this error when attempting to use
ImageZoom
in my projectIt seems like it has something to do with
case-sensitive-paths-webpack-plugin
(which I don't use in my project) and externals definition inwebpack.config.js
https://github.com/aaronlifton2/react-simple-image-zoom/blob/aa0b5a9376a3c7501c9a63154581d588f1272d1a/webpack.config.js#L27
My development webpack config is the following
Can you please advice how to work around this problem?
The text was updated successfully, but these errors were encountered: