-
Notifications
You must be signed in to change notification settings - Fork 40
It makes styled-components doesn't work. #50
Comments
I'm having the same problem. As soon as I try to actually use the component anywhere in my app, all styled-components styles stop working. |
I agree, this is completely bizarre and a showstopper. Using the control anywhere in an app that has Styled-Components, makes them stop working everywhere in the whole application. No errors or anything in the console, just no styles anywhere. I will have a dig around and see if I can find anything. |
This library is based on styled-components 2.0.0; the current version is 3.4.2. There is nothing in this project that isn't compatible with 3.4.2. The version in package.json needs to get changed. |
Is there any progress on this? Can we submit a pull request to upgrade the version of styled components? |
I am still able to use it with [email protected], but it does not work with styled-components@4 |
No description provided.
The text was updated successfully, but these errors were encountered: