coryhouse/ps-react

peerDependencies

Opened this issue · 1 comments

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.

Thanks for reporting! I'll leave this open until I patch the course accordingly.