Skip to content
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-transition-group package no longer works with React@18 #4748

Closed
char0n opened this issue Jan 16, 2024 · 3 comments
Closed

react-transition-group package no longer works with React@18 #4748

char0n opened this issue Jan 16, 2024 · 3 comments

Comments

@char0n
Copy link
Member

char0n commented Jan 16, 2024

The reason is that it's using very old and unsupported react lifecycle hooks like componentWillMount. The goal of this issue is to update to latest versin of react-transition-group npm package.

@char0n
Copy link
Member Author

char0n commented Jan 16, 2024

Along with the original issue described above, we also had a regression in editor scrolling to the bottom instead of the the top when loaded in the browser.

@char0n
Copy link
Member Author

char0n commented Jan 16, 2024

The goal of this issue is to update to latest versin of react-transition-group npm package.

We will not be updating the libraries. We'll be patching them using patch-package.

@char0n
Copy link
Member Author

char0n commented Jan 16, 2024

Addressed in #4749

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant