-
Notifications
You must be signed in to change notification settings - Fork 110
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
Support React v16 #66
Comments
@mattblackdev I am facing this issue(Element ref was specified as a string (inner) but no owner was set. You may have multiple copies of React loaded) when I click on RIEinput in an app with React 16. Is this because of this version bump. Will version upgrade fix this? @kaivi |
@ganesharulanantham I bet you have 2 copies of React loaded. I’ve gotten that error before, but no it’s not due to riek having React 15 in peerDeps. |
@mattblackdev. Checked by adding and removing it. Riek gets rendered when I click on it. Page is blank and error is logged in console. My project in React 16.2.0 is fine without riek |
@mattblackdev Can you give PR of version bump? |
@kaivi Any plans to bump peerDeps to support react 16? I can do pull request if you'd like. Been using this in a project with React 16 for a month with no issues so far.
The text was updated successfully, but these errors were encountered: