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
Create a fresh react application with typescript template npx create-react-app testProject --template typescript (in my case React 16.13.1)
Use <Menu> component
Expected Result
No warning in JS console
Actual Result
in chrome devTools console: Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code [...] Please update the following components: Menu
Version
0.88.2
The text was updated successfully, but these errors were encountered:
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
i just install latest version and then all the warning goes away , at the moment i was use "semantic-ui-react": "^0.88.2" and after i install like this: npm i semantic-ui-react@latest
package.json didn`t change at all but all the warning goes away
Bug Report
Steps
Create a fresh react application with typescript template
npx create-react-app testProject --template typescript
(in my case React 16.13.1)Use
<Menu>
componentExpected Result
No warning in JS console
Actual Result
in chrome devTools console:
Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code [...] Please update the following components: Menu
Version
0.88.2
The text was updated successfully, but these errors were encountered: