François Wouts

Results 198 comments of François Wouts

I'm also seeing this on vitest 0.17.0 (ubuntu-latest on GitHub Actions).

Here's an example where it happened on Node 18: https://github.com/fwouts/previewjs/runs/7225194827?check_suite_focus=true

For anyone trying to use Vitest with pnpm in a monorepo, the following `.npmrc` config seems to work as a workaround: ``` hoist-pattern[]="vite" ```

I'm cleaning up issues and realised I forgot to close this one. Preview.js picks up your Vite config automatically since a few months ago. It's still not possible to use...

@mindnect can you provide an example?

@DerJacques I've just tried this with v1.19.2 (which has an updated version of globby, which was crashing in your example) and it seems to work, let me know if you...

Closing this issue as no further information was provided in the last year.

Preview.js v1.20 now supports JSX in the properties editor 🥳 @jordanarldt @kylerjensen let me know if you try it out!

This is solved now that the status bar lets you choose "Open in external browser".

This appears to be caused by various mustache templates having the wrong return type, i.e. `void` instead of `Promise` such as: https://github.com/codeceptjs/CodeceptJS/blob/f598059451c6c54c7a49c31ff6b2958cde23ee4a/docs/webapi/amOnPage.mustache#L11 There are also dozens of mustache templates where...