Missing peer dependency in react-scripts
Created by: Andarist
You have peerDependenciesMeta
there without actual peerDependencies
- I believe this doesn't work as expected, peerDependenciesMeta
requires peerDependencies
to be there as it's merely additional information, not a replacement.