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.
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 #238Also upgrade React and Enzyme to 16.5 so they both support styled-components' use of forwardRefs.