ericselkpc
ericselkpc
This works for me. Add div or whatever you need where button is in my example: ``` jest.mock('styled-components', () => { const mock = () => () => jest.fn(); mock.button...
> Emotion does React 18 streaming by inserting styles in the stream https://github.com/emotion-js/emotion/blob/92be52d894c7d81d013285e9dfe90820e6b178f8/packages/react/src/emotion-element.js#L149-L153 But it seems like Emotion doesn't support renderToPipeableStream either, otherwise it seems like emotion/styles might be a...
> @ericselkpc take a look at https://github.com/wmertens/styled-vanilla-extract - it's for qwik right now but adding react would not be hard. Thanks. We use a lot of props in our styled...