Evan Jacobs

Results 306 comments of Evan Jacobs

The tricky thing with esbuild is it just gives you raw content and you have to provide your own AST parser. So you end up with something babel-like anyway.

It seems like the dynamic component created by the `css` prop is putting the component declaration too soon in the file...

What if you make the key a string instead? Wondering if there’s some floating point stuff happening that is breaking comparison

https://github.com/styled-components/vscode-styled-components/issues/422

It'd be great to be able to simply add a prop or two dynamically to `RESERVED_PROPS_LIST`. The use case I'm currently trying to make autofixable is for `xstyled` the `text`...

What is the `Link` element you're referencing in your example?

Hmm, what if you just plugged in the RN components in overrides for all the common HTML tags?

Funky URL, I’ve never seen one like that. The regex probably needs some light tweaking.

Weirdly I can't reproduce the crash, the image just doesn't load for some reason. It's like the img tag itself doesn't like that URL?