The old version of react in the package generates error when other
projects have new react version due to multiple react downloads
Warning:
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.
The old version of react in the package generates error when other projects have new react version due to multiple react downloads
Warning: 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.