chandu0101 / scalajs-react-components

Reusable scalajs-react components
http://chandu0101.github.io/sjrc/
Apache License 2.0
163 stars 65 forks source link

elemental-ui modal demo not working #48

Closed chandu0101 closed 8 years ago

chandu0101 commented 8 years ago

Uncaught Error: Invariant Violation: addComponentAsRefTo(...): Only a ReactOwner can have refs. You might be adding a ref to a component that was not created inside a component'srendermethod, or you have multiple copies of React loaded (details: https://fb.me/react-refs-must-have-owner).

@rleibman can you please look into this ..

oyvindberg commented 8 years ago

ive noticed and fixed it locally, we just need to remove whatever refs is set in there and it works

oyvindberg commented 8 years ago

Fixed in #49