Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency warning when using React 16 #2192

Closed
einarolafs opened this issue Oct 13, 2017 · 2 comments
Closed

Dependency warning when using React 16 #2192

einarolafs opened this issue Oct 13, 2017 · 2 comments

Comments

@einarolafs
Copy link

Steps

running npm install semantic-ui-react with React v.16.0.0 installed.

Expected Result

No Warnings

Actual Result

npm WARN semantic-ui-react@0.74.2 requires a peer of react@>=0.14.0 <= 15 but none was installed.
npm WARN semantic-ui-react@0.74.2 requires a peer of react-dom@>=0.14.0 <= 15 but none was installed.

Version

0.74.2

When installing semantic-ui-react with NPM, I am warned that I need to have a version of React less than 16.

Is version v16 of React not supported?

@einarolafs
Copy link
Author

I might have rust too quickly to write this issue, so just to be clear. I have just tried to implement some semantic components and it seems to work fine, despite these warnings.

@layershifter
Copy link
Member

Current version is compatible with React 16 except the warning with peerDependencies, all other was fixed in #2131 and will be released soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants