-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Overlay uses legacy context API through react-transition-group #4149
Comments
I don't think this will be resolved until the next major version of Blueprint, since react-transition-group 3.0 requires react ^16: https://github.com/reactjs/react-transition-group/blob/master/CHANGELOG.md#300-2019-04-15 The next major version of Blueprint will work with v16 and v17, at which point we can upgrade to the latest react-transition-group. |
Thanks, @adidahiya. Do you have any idea about the release date? |
No, we don't have a concrete timeline, it's not going to be a priority for us until React 17 is released. |
when you'll fix it? is there any workaround except using blueprint CSS |
I hope to start work on the next major version (Blueprint v4.0) before the end of the year, but no guarantees it will ship before 2021. React 17 isn't even out yet... |
fixed by #4545, released in 4.0.0-alpha.0 |
Not fixed in v5.0, we still need to migrate to using the |
Fixed by #6656 |
While using the Dialog, I am getting below warning in the console.
The text was updated successfully, but these errors were encountered: