framer / motion

Open source, production-ready animation and gesture library for React
https://framer.com/motion
MIT License
22.27k stars 733 forks source link

Fixing `motion.div` types for TS5 #2629

Closed mattgperry closed 4 weeks ago

iamakulov commented 4 weeks ago

Just for education, why did this break TypeScript 👀

kurtextrem commented 4 weeks ago

I assume because of https://www.totaltypescript.com/jsx-element-vs-react-reactnode#whenshouldntwe-usereactreactnode so something is not on TS5.1+?