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
Hi,
currently in peer dependency react and react-dom versions are 15.0.1 while the ones in dependencies the version is 15.6.2. Should i also add that version in peer too?
Hi
React should generally never be directly listed in the
dependencies
of a package, instead it should be within thepeerDependencies
.This package had that correct until commit 0ef6c18 a couple of days ago.
Please remove
react
andreact-dom
from thedependencies
of this project.Thank you
The text was updated successfully, but these errors were encountered: