I might be having the same issue as closed issue #14 .
My component's example relies on react-images. The component itself does not. I have it listed in devDependencies. When i use it in my example app file it causes the js error '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'
I might be having the same issue as closed issue #14 .
My component's example relies on react-images. The component itself does not. I have it listed in devDependencies. When i use it in my example app file it causes the js error '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'