Evan Jacobs

Results 60 issues of Evan Jacobs

See https://github.com/styled-components/styled-components/issues/1972 We use the library in styled-components like this https://github.com/styled-components/styled-components/blob/9d72abe32754ae9dd0bf9edf8a652ea592bdd06a/src/models/StyledComponent.js#L351-L362 Not really sure what to make of this 😕

- [ ] use `react-docgen` or something like it to scan the components file and extract some useful info - [ ] convert the README into a template that interpolates...

Use `alpha` tag in npm: `yarn add styled-components@alpha` Example sandbox: https://codesandbox.io/s/styled-components-v6-alpha-sandbox-05bod1?file=/src/App.tsx If you run into any bugs, please post reproductions and keep related discourse in this thread, thanks!

6.0

It'd be nice for `run-s` etc. to be able to exclude a particular script via argument in the case of temporarily needing to suppress something. e.g. ``` run-s test:* --except...

**Is your feature request related to a problem? Please describe.** Third-party integration; Chromatic is a popular visual regression testing service that integrates directly with storybook: https://www.chromatic.com/ **Describe the solution you'd...

enhancement
question

Relevant babel plugin code: https://github.com/styled-components/babel-plugin-styled-components/commit/e3829d28f2b460e097f1499f6091a52b667ef1b4#diff-1fdf421c05c1140f6d71444ea2b27638L13 Relevant macro code: https://github.com/styled-components/styled-components/blob/master/packages/styled-components/src/macro/index.js Basically when I switched the root level `JSXAttribute` visitor into one that's a subtraversal of Program (necessary to create the component...

help wanted
needs investigation
released

```js import React from 'react'; import { create as render } from 'react-test-renderer'; import styledSc, { ThemeProvider } from 'styled-components'; const Ancestor = styledSc.div` color: red; `; const Child =...

bug