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
The issue with peerDependency was that the package wasn't specifying the peerDependency and this is something that was added in the current dev version so it seems like using dev version was causing issue
If you replace the version in your package.json with "next" seems to be 2 issues:
npm install
doesn't actually install them -> neednpm update
The text was updated successfully, but these errors were encountered: