-
-
Notifications
You must be signed in to change notification settings - Fork 229
React 18 support #440
React 18 support #440
Conversation
@atomiks friendly ping, any estimates when this could be released? |
package.json
Outdated
"react": "17.0.0", | ||
"react-dom": "^17.0.0", | ||
"react": "18.0.0", | ||
"react-dom": "^18.0.0", | ||
"react-spring": "^8.0.27", | ||
"react-test-renderer": "^17.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should react-test-renderer
be updated to 18 too?
When will React 18 be supported? |
I need to find some time to make this PR pass the tests, if anyone wants to contribute please do so 🙇 otherwise I'll try to do it as soon I have some time available |
Hi @FezVrasta, I created #441 and made some changes to fix the tests there. |
@FezVrasta How about releasing a new minor version based on this PR? |
Waiting to understand if we also need #439 |
Ready to release? We're stuck. |
#439 is not relevant for now, just release @FezVrasta |
2.3.0 is now live with these changes |
I'm using Semantic UI React and found a thread about this issue in that repo which led me here. Just wanted to say this is still happening. I'm using |
Closes #349