sghall / react-move

React Move | Beautiful, data-driven animations for React
https://react-move-docs.netlify.app
MIT License
6.58k stars 168 forks source link

React 18 Compatability #88

Open e-katzenstein opened 2 years ago

e-katzenstein commented 2 years ago

Note: This library won't work in dev [strict] mode with React 18. This is an issue on the React side. The issue is in Tailwind as well: https://github.com/tailwindlabs/headlessui/issues/80

I was hitting my head against a wall and just downgraded to React 17. That's my workaround for now.

ekatzenstein commented 2 years ago

Another workaround is turn off "strict mode" for React.

e-katzenstein commented 1 year ago

@sghall Just a heads up because I love react-move. Next v 13 requires React 18 at a minimum, so without fixing the issue above, will have to move onto another option.