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
In your tutorial you include react, react-dom, and styled-components in both "dependencies" and "peerDependencies". With npm 6.4.1 (at least), this seems to have the side effect of installing all 3 without warning the consuming app of unmet dependencies. Maybe worth clarifying in the tutorial.
The text was updated successfully, but these errors were encountered:
In your tutorial you include react, react-dom, and styled-components in both "dependencies" and "peerDependencies". With npm 6.4.1 (at least), this seems to have the side effect of installing all 3 without warning the consuming app of unmet dependencies. Maybe worth clarifying in the tutorial.
The text was updated successfully, but these errors were encountered: