Kenneth
Kenneth
I can see why this is useful. There isn't any particular reason for hiding the interfaces. When I wrote the types I didn't think of this use case where users...
Unfortunately, there isn't an elegant way to extend the props other than manucally copying all the props to your custom interface. I can make a PR that makes all the...
@petertodorov @RJSonnenberg sorry for months of radio silence. I've created two new branches, `develop` and `ts-def`, please follow them for updates on this issue.
Really appreciate your PR, I will review it tomorrow when I'm free.
Thanks for reporting, I'll fix this asap.
I'll help with the docs.
@couds I created a branch `migrate-testing` for this issue. I'll start working on migrating some of the tests when i am free.
The native version of `toHaveStyleRule` only tries to find style prop in the top-most level of a given styled-components like this: ```javascript component.props.styles ``` However, Enzyme will only render the...
It works differently for react native. I forgot to put that
I am having the same problem after importing `jest-styled-components/native` instead of `jest-styled-components`.