joshwcomeau / react-flip-move

Effortless animation between DOM changes (eg. list reordering) using the FLIP technique.
http://joshwcomeau.github.io/react-flip-move/examples
MIT License
4.08k stars 259 forks source link

Support styled-components 4 #238

Closed morleyzhi closed 5 years ago

morleyzhi commented 5 years ago

Previously, FlipMove would throw an error when its direct child was a styled-components 4 element. This tightens the SFC check to make sure it's actually a function. Fixes #238

Also upgrade React and Enzyme to 16.5 so they both support styled-components' use of forwardRefs.