-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
React 17 Compatibility #4028
Comments
It should not be an issue for However, with have at least one usage of the described behavior: Semantic-UI-React/src/addons/Portal/Portal.js Lines 207 to 214 in cb9fbb3
|
To be clear: |
I created #4031 to run CI with React 17, but it seems that it will not be easy as Enzyme has issues with React 17: |
Yikes |
Small update from #4031. Deployment to Vercel shows running doc site and the test suite is passing except few tests, but it related to Enzyme as cleanup functions in hooks are executed after |
React 17 was released. I will fix Our tooling for doc site is super outdated (mainly because we are using |
@layershifter agree on migrating to Next.js for the docs. I have actually put an entire doc site together with Next.js using I saw @levithomason did something with a branch that might have looked like it was using GH pages a month or two ago... so I am not sure what we want to do exactly. I could also be wrong on seeing that branch happen or what it might have been for. |
I think it would be good for us to potentially track any issues here surrounding React 17. The good news is this release is intended to move things forward progressively.
It seems like the only thing that might be worrying to us is no more event pooling optimization. I know that we did at some point add in some functionality to help with this using
eventStack
but I am not sure if this change in 17 will impact us due to this.@layershifter since you are the author of that, you are probably best to answer if this has any impact for us in SUIR. If it is irrelevant, I think we could probably close this whole issue based on the rest of the release notes for this RC.
The text was updated successfully, but these errors were encountered: