Pierre VDEV

Results 23 comments of Pierre VDEV

Possibly related, sometimes Vite throws this error. Usually gone after restart. ``` 15:15:51 [vite] Internal server error: Internal server error: Soft-invalidated module "/src/components/clients/setlists/AddButton.redux.ts" should not have existing transform result at...

Hey there! I've managed to reproduce in a sandbox: https://stackblitz.com/edit/remix-run-remix-hgufru?file=app%2Froutes%2F_index.tsx Sorry it's a bit of a mess, I can't narrow it down more, mostly because it's flaky: you need to...

Based on https://github.com/callstack/linaria/issues/1352 I added `useWeakRefInEval: false` to my wyw config and it seems to help ✨