react-notification-system icon indicating copy to clipboard operation
react-notification-system copied to clipboard

Only a ReactOwner can have refs

Open shashikah opened this issue 8 years ago • 1 comments

Hi, One of our application we are using react-notification-system. When it was a stand alone application all went well. Recently we had to change it as a npm package. We did it. When we use the npm package within a container app... it started to give us an error which says "Only a ReactOwner can have refs". When we dig into the bundle.js to find out the issue, we found that this comes from react-notification-system package. Is there a way we can get rid of using refs inside the package?

shashikah avatar Aug 25 '17 11:08 shashikah

#144 should address this

dyst5422 avatar Mar 22 '18 20:03 dyst5422