seatgeek / react-infinite

A browser-ready efficient scrolling container based on UITableView
Other
2.71k stars 273 forks source link

Error: multiple copies of React loaded #242

Open webartistkb opened 6 years ago

webartistkb commented 6 years ago

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