Mark Beebe

Results 2 comments of Mark Beebe

*Haven't tested this in Production just something I was able to get working in dev and testing environments* No clue if this is best practices or the root cause. Leaving...

@brancusi The work around I found currently was to just wrap the `animated.div` and reference that variable: `const AnimatedDiv = styled(animated.div)``;` ``` "@types/styled-components": "5.1.14", "react-spring": "9.2.4", "typescript": "4.4.2", ```