Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

react version inconsistency #440

@powerchelle

Description

@powerchelle

Bug Report

Steps

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.

Metadata

Metadata

Assignees

Labels

vstsPaired with ticket in vsts

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions