react-infinite icon indicating copy to clipboard operation
react-infinite copied to clipboard

Error: multiple copies of React loaded

Open webartistkb opened this issue 7 years ago • 0 comments

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",

webartistkb avatar Oct 19 '17 22:10 webartistkb