-
Notifications
You must be signed in to change notification settings - Fork 782
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
Only a ReactOwner can have refs. You might be adding a ref to a component that was not created inside a component's render
method, or you have multiple copies of React
#131
Comments
HI, could you give me the sample code? and did you use RequireJS to import |
Hi, The code I'm testing with https://gist.github.com/laitang2000/dd5b67cc8a44cc2d3a86#file-example-html The script and css references are all cdn except for your library. No I'm not using RequireJs. Thanks |
Maybe you dont use this style(write down the code on html) to write you application, I'm not sure the problem, but I think you can use webpack or browserify to bundle you module and include to you html, this error should not be happened. Anyway, I'll find the root cause :) |
I see the same problem - Please find the code base here - https://gist.github.com/npillarikuppam/104fe8f3fdee3535a24f |
thanks, I'll spend some time on this problems. |
Thanks, this library is pretty awesome :) |
+1 |
Fix it on v1.2.9 |
Using the library as a Browser global I get the following error message
"Only a ReactOwner can have refs. You might be adding a ref to a component that was not created inside a component's
render
method, or you have multiple copies of React"Script references are -
any ideas on how I can resolve this?
Thanks
The text was updated successfully, but these errors were encountered: