Closed appsforartists closed 5 years ago
+1. I'm also running into a similar issue in react-beautiful-dnd.
Did anyone solve this problem? (:
I used peerDepsExternal from 'rollup-plugin-peer-deps-external' and worked now, I don't know if the same error for you guys.
I think the problem is fixed in 0.9. Sorry for delay.
I'm getting these crashes in https://github.com/cssinjs/jss/pull/936#discussion_r241926730:
I've found a similar error in https://github.com/yahoo/fluxible/issues/306, which was related to the version of webpack being used. I tried upgrading to the latest Webpack (4.27.1) and ensuring that this plugin was using the hoisted version, but those didn't resolve the issue.