Johan LAJILI
Johan LAJILI
until this is fixed, I did the following on my project: ```javascript // /scripts/patch-esbuild-jest.js #!/usr/bin/env node const fs = require('fs'); const file = ` Object.defineProperty(exports, "__esModule", { value: true });...
Seeing the same issue on a different (also complex) app. It's very elusive, hapening once every dozens of refresh on local but more often on a deployed version. I'd imagine...
From very anecdotal evidence, I think this is due to a Suspense directly inside of a Fragment, and might be fixed by this PR https://github.com/preactjs/preact/pull/3072 In the meantime, I've replaced...
Sorry forgot to reply to that. Yeah that is indeed what we did and that made it work, but would not be the behaviour i'm expecting. On a real server,...