react-infinite
react-infinite copied to clipboard
Error: multiple copies of React loaded
Getting below Error:
.addComponentAsRefTo(...): 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 loaded (details: https://fb.me/react-refs-must-have-owner).
Anyone faced this before?
Versions in package json: "react": "^0.14.9", "react-dom": "^0.14.9", "react-infinite": "0.8.0",