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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: