braposo / react-text-loop

Animate words in your headings
https://codesandbox.io/s/react-text-loop-playground-br4q1
MIT License
878 stars 65 forks source link

Support for React 17/18 #80

Open coryfink opened 2 years ago

coryfink commented 2 years ago

Hi all- any versions to support React 17 or 18?

omhardaha commented 2 years ago

not working on react 17 18 till

JonathanSouthern commented 1 year ago

It's a issue with react-motion: https://github.com/chenglou/react-motion/issues/569#issuecomment-780190833

Based off the recent threads/comments, it doesn't look like the recent React releases will be supported in the near future.

holzmaster commented 9 months ago

We've created a fork of a fork of this repository: https://github.com/pr0gramm-com/react-text-loop

Even though react-motion still deosn't officially support react 18, it seems to work. You need to pass --legacy-peer-deps, though