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
package.json has an old peer dependency for firebase (^5.0.4), causing npm warnings. An up-to-date version is reflected in devDependencies. I think you can probably just delete the firebase peer dependency.
package.json has an old peer dependency for firebase (^5.0.4), causing npm warnings. An up-to-date version is reflected in devDependencies. I think you can probably just delete the firebase peer dependency.
"peerDependencies": { "firebase": "^5.0.4", "redux-saga": "^1.0.0" },
The text was updated successfully, but these errors were encountered: