Jack Works
Jack Works
hi @ds300 can you review this? thanks!
Tracking issue in pnpm: https://github.com/pnpm/pnpm/issues/3077
This works well in our project though I hope it can also support workspace so I don't have to install the package at the top level. Hope this can be...
Good news!! PNPM now has official support for yarn style patch! https://github.com/pnpm/pnpm/issues/2675 We just need to wait for its next release. The benefit of the official support in PNPM is...
Note: it try to use `xhr2-cookies` as a fallback, but it is a Node module, not work on Worker either. We've patched `xhr2-cookies` to return empty.
I tried to reproduce this and found XMLHttpRequest is defined in a Worker, but not in a Service Worker. Our app runs in a service worker (Chrome extension), where XMLHttpRequest...
I guess this is fixed by #5085?
Not everyone using VSCode.
Oh sorry, here is the new one. and I don't know why it does not work even I'm not using @emotion/server https://codesandbox.io/s/emotion-issue-template-forked-1j1g0n?file=/src/main.jsx the code sandbox link in the issue template...
> Hello world!! > As you can see, my style is not collected on the style sheet. the style tag above is empty. ```js css` color: red; font-size: 48px; `...