Evan Dower

Results 6 comments of Evan Dower

It looks to me like it works as expected in `.swcrc`, but not when the config is passed in via JavaScript.

Since TypeScript is a superset of JavaScript (i.e. all JavaScript is valid TypeScript), you may also be able to just use your TypeScript config.

Can you say more about how this could lead to a flash? Since the module won't be executed until after the CSS chunk's Promise resolves (and it only resolves *after*...

If I'm correctly understanding the use-cases you described, I think the dynamically loaded CSS would have to affect existent content (rather than content that will be added by the JavaScript...

I wonder if a reasonable work-around might be to add a feature to Emotion that allows turning the `compat` plugin off. `@emotion/cache` has a `compat` option, but that appears to...

I wonder if one viable alternative might be to change Emotion to get rid of the compat plugin and instead preprocess the style object before passing it to stylis. It...