Immanuel Calvin Herchenbach
Immanuel Calvin Herchenbach
I had a similar problem when using `@graphql-codegen/typescript-graphql-request` because the generated code tried to import the types with `import * ...` instead of `import type * ...` Adding to `useTypeImports:...
@oneserv-heuser can you elaborate on how you solved the issue with tailwind? I'm not sure if I understand your solution correctly. I'm also running into the `Dynamic require of "tty"...
Sadly `__error.svelte` also seems to ignore the the inheritance chain of named layouts. For example with `__layout-base.svelte` and `[email protected]` only `[email protected]` will be loaded in case of an error and...