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
Add usePeerDeps option to module dependency. (#829)
Normal dependencies can cause type mismatches if the dependency versions
are different. This means that our dependency and every other library
or application depending on the same dependency need to use compatible
versions. This is where `peerDependencies` is better. The dependency
is only managed once at the top-level.
0 commit comments