Evan Jacobs

Results 294 comments of Evan Jacobs

Yeah that should be correct. You’ll also want to upgrade whatever version of s-c we’re testing with locally since there were some recent changes to displayName handling. On Thu, Jun...

@breadadams `yarn list styled-components` should give you the answer As a general FYI, the "extend" API is deprecated and will be removed in v4, so I'd recommend switching to `styled(StyledComponent)`...

> Also is there a workaround for React.forwardRef not to break 🌳shaking? forwardRef comes from the main library so perhaps some pure comments should be added in `StyledComponent.js` etc.

Thanks for reporting, still ironing out the kinks for this particular syntax + css prop as we actually didn't even support it until last week.

Because of how the css prop transpiler works I don't think we'll ever be able to support this. The css prop dynamically generates a new component, which is injected into...

@tkh44 recently did this for emotion if a potential contributor needs some inspiration: https://github.com/emotion-js/emotion/pull/320

Not at the moment, I think things will have to be redone a bit for v5 since a lot of the library code was rewritten On Tue, Feb 4, 2020...

@Andarist would it be possible to add this functionality? maybe mapProps instead of filterProps so we're not overloading