You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
invariant.js:44 Uncaught 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).
The text was updated successfully, but these errors were encountered:
@yaplas I also had this issue w/ two copies of Reacts being loaded. I solved this issue by deleting the duplicated react folder in node_modules/react-d3-map-core/node_modules/ in my proj dir. I followed the Two Reacts Won't be Friends section in this article to find where the duplicate react folder was. Hope this helps! 👍
invariant.js:44 Uncaught 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).The text was updated successfully, but these errors were encountered: