This statement in package.json protects you from using a version of React lower than 16.3, but it also prevents you from using 17. ``` "peerDependencies": { "react": "^16.3.x" }, ```
This statement in package.json protects you from using a version of React lower than 16.3, but it also prevents you from using 17.