pawelczerepak

Results 2 comments of pawelczerepak

displayName worked fine with the babel macros described above but I had some issues with the css prop. In the end what worked for me is ``` import { defineConfig...

It's still a problem in 2.0.6. Here's a simple reproduction: ``` import styled from "styled-components"; const WrappedComponent = styled.default()``; ``` You can paste that into one of your tests and...