Nathan Specht

Results 1 issues of Nathan Specht

I've noticed that `babel-plugin-styled-components` does not recognize styled components written without template literals, e.g. ``` styled('button')([], space) ``` rather than ``` styled('button')`${space}` ``` In my case, components generated with lab...

feature