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
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
Static code analysis. Looking at package.json to see dependencies.
Expected Result
Version of react and react-dom in devDependencies should be compatible with peerDependencies.
Actual Result
The devDependencies use react 16, but peerDependencies are >=0.14.0 <= 16. If someone is using react 15 this probably will not work. Recommend using peerDependencies that requires react 16, such as >=16 <17.0.0
Version
0.11.0
Testcase
Try building an app with react 15 and pull in stardust.