Max G.

Results 4 comments of Max G.

Same Problem, are there any quick solutions available?

Exactly the same problem here. Monorepo with "/studio" and "/web" and the prettier plugin works only if i `cd web && code .`

Temporary solution, till it is fixed: Add the following to your package.json ```json "overrides": { "@react-pdf/renderer": { "@react-pdf/pdfkit": "3.1.2" } } ``` then `npm i` and the images are working...

One additional thing i encountered, would be nice to fix this small formatting error in [Devtools.svelte](https://github.com/TanStack/query/blob/main/packages/svelte-query-devtools/src/Devtools.svelte#L61): ```diff - + ``` Because of [breaking: warn on self-closing non-void HTML tags #11114](https://github.com/sveltejs/svelte/pull/11114)...