-
Notifications
You must be signed in to change notification settings - Fork 197
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
Incompatibility with react 15.4.0 #76
Comments
|
👍 I was about to open the same issue! |
Getting the same error when upgrading to react v15.4 |
Hope you fix this issue soon 👍 |
We have the same problem!!! Help |
It was fixed two days ago, the commit is there but no release. What gives? |
Not sure if it helps anyone else. I was having the same issue and got around it by changing dependencies back to
Basically switched the I noticed that the commit looks like it fixes it, but it didn't seem to work if I forced npm to pull from git repo instead of NPM. |
I'm seeing the issue in the es6 generated file in var _require = require('react/lib/ReactInputSelection'); |
@radoi90 Looks like it just hasn't been published since the last change: https://www.npmjs.com/package/react-maskedinput edit: it has been published since the last change, but it wasn't built first. @iamdustan will have to build and republish for this to be fixed. |
We are facing the same issue |
Yeah, the changes are not published :/ Well i guess i will copy the source to my project and use it as a custom component until they fix this issue. |
Any update on this? Where are you planning to republish to npm this fix? |
Anything we can do to help get the fix released? Really excited to upgrade to 15.4. |
same problem here, it's awful when happened on deploy day. |
Yo! Thanks for the super quick fix. Any chance we could have a published build soon? :) |
+1 on this! Would love to use the NPM package instead of copy/pasta code in my project. |
Heyo. Apologies for the delay. I was on holiday with my family. Published [email protected] |
React 15.4.0 has been released which removes a lot of the internals, specifically around
ReactInputSelection
which causes3.3.0
to break. Saw this had been remedied in the latest commits though.It would be good to get this released soon as it's likely a lot of people will be upgrading in the next few days.
Thanks 👍
The text was updated successfully, but these errors were encountered: