-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reactify missing as dependency #344
Comments
yeah. I'm having this problem too. |
+1, having this issue too. You can work around it by not depending on index.js and instead on specific sub components that don't use react-draggable2, but it's annoying. |
+1 |
+1 |
Commit mikepb/react-draggable@9d31268 removes the dependency on reactify for browserify users by pre-compiling react-draggable. Please let me know if that fixes things (I'm not a browserify user). Note: the change has not been pushed to NPM or material-ui, but is available for testing. |
+1 |
Thanks to @mikepb, this is fixed for me if |
Update react-draggable2 dependency #344
* Updated CSP for nonce backwards compatibility * Documented * Updates comments
Not sure if this one can be blamed on material-ui at all. If I use browserify on material-ui, and I don't have reactify installed I get this error:
I'm not using reactify myself since I replaced it with 6to5ify/babelify. Shouldn't the reactify module be installed as a dependency of react-draggable2?
The text was updated successfully, but these errors were encountered: