-
Notifications
You must be signed in to change notification settings - Fork 126
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
Incompatible with React 0.14: "Cannot assign to read only property 'id' of #<Object>" #79
Comments
I believe this is caused by the fact that react-a11y is trying to change component |
👍 |
Bumping for React v0.14.0 being out now. ;) |
This has been known since July, React 0.14 is out for more than 2 weeks, there is a pull request #96 fixing this and nothing happened yet? Y U NO ACCEPT PR? |
👍 let's fix this! |
I think this fix has been merged and fixed as of v0.2.7 |
I don't believe this is an issue any longer. I'm closing this for now but if someone is still having this problem please reply and I'll reopen. |
I've been migrating to React 0.14 and I'm starting to get this error from react-a11y when instantiating new components via
renderSubtreeIntoContainer
:Any ideas what could be going wrong?
The text was updated successfully, but these errors were encountered: