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
I'm learning how to use react server components and this repo has been a great help.
I noticed that mfng/core includes a peerDependency to react-react. I wasn't familiar with the package but it's a "state management toolkit for react" that supports only up to react 16.
Hi!
I'm learning how to use react server components and this repo has been a great help.
I noticed that
mfng/core
includes apeerDependency
toreact-react
. I wasn't familiar with the package but it's a "state management toolkit for react" that supports only up to react 16.mfng/packages/core/package.json
Line 58 in 1fe9772
I found this because installing the package had a warning
Was it the intention to add a
peerDependency
on this package?The text was updated successfully, but these errors were encountered: