Timofey Trofimov

Results 5 comments of Timofey Trofimov

Stumbled on this problem. Set renderer options to `renderAfterTime` and it worked. Before that tried through `renderAfterDocumentEvent`. Generated file doesn't use injected `window` property. Seems like `window['__PRERENDER_INJECTED']` is not a...

crashes on v20.15.1 But if I keep relaunching it's possible to make actions (one step at the time mostly) upd: works like a charm on v20.16.0

Successfully compiled on 4.4.0-98-generic #121-Ubuntu SMP. Stops working at 4.4.0-101. Installing kernel sources won't fix it.

got that using `vi.stubGlobal` ```JS describe("...", () => { it("1", () => { vi.stubGlobal("$fetch", () => MOCKED_RESPONSE); }); it("2", () => { vi.stubGlobal("$fetch", () => MOCKED_RESPONSE_2); }); it("3 (error)", async...

Kept getting similar errors with `"@nuxt/ui": "^2.21.1",` on clean setup ``` ERROR Pre-transform error: [postcss] postcss-import: /home/.../nuxt-app/node_modules/tailwindcss/lib/index.js:1:1: Unknown word "use strict" 07:55:00 Plugin: vite:css File: /home/.../nuxt-app/node_modules/tailwindcss/lib/index.js:1:0 1 | "use strict";...