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
running npm install semantic-ui-react with React v.16.0.0 installed.
Expected Result
No Warnings
Actual Result
npm WARN [email protected] requires a peer of react@>=0.14.0 <= 15 but none was installed.
npm WARN [email protected] 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?
The text was updated successfully, but these errors were encountered:
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.
Steps
running
npm install semantic-ui-react
with React v.16.0.0 installed.Expected Result
No Warnings
Actual Result
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?
The text was updated successfully, but these errors were encountered: