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
Currently, your installation instructions says to install both react-notification-system and react-notification-system-redux. However, you included react-notification-system as a dependency in your package.json as well. Is there a reason for that?
shouldn't it be moved to peerDependencies section instead?
The text was updated successfully, but these errors were encountered:
If it ain't a dependency you won't be able to run examples locally or run tests? afaik.
Let me know if you managed to get it working as peer dependency in those cases.
Most likely we could move it to dev-dependencies.
Currently, your installation instructions says to install both
react-notification-system
andreact-notification-system-redux
. However, you includedreact-notification-system
as a dependency in your package.json as well. Is there a reason for that?shouldn't it be moved to
peerDependencies
section instead?The text was updated successfully, but these errors were encountered: