-
Notifications
You must be signed in to change notification settings - Fork 95
Not working in new Reactjs Version #3
Comments
@Writtscher Thanks for the report |
Well, thank you for your quick answer. I'm pretty sure this is an easy fix as you are not the first vendor providing a react component 😏. I'll check this tomorrow as well as I'm interested what the solution is. It's very late already to dive into it. |
I've checked your source code and your Item.js is probably causing this issue as you are using the ref attribute inside the render method. As you can read here https://facebook.github.io/react/docs/more-about-refs.html It is considered as bad practice to use ref there. |
That is not a fancy ref usage, ordinary usage :). I tried and everything is expected. Can you let me know your browser module compiler configuration? |
Ok, after updating dependencies, i got the same error, sorry for that. |
I got the problem and I think it is done now. |
Nice one. Thank you for that. I'll use it in my project and will push pull requests as soon as something is missing ;). I've already some points that might be missing. |
Ok I will be waiting for requests :) |
I'm using the new react version and my simple example throws the https://fb.me/react-refs-must-have-owner error. Too bad 😔
The text was updated successfully, but these errors were encountered: