John Prutton
John Prutton
@genu's solution is working for me. Thanks. Incase you don't want to use `app.vue`, putting a key in the root element of a layout seems to work.
@genu's solution is working for me. Thanks. Incase you don't want to use `app.vue`, putting a key in the root element of a layout seems to work.
On `@libsql/client: 0.3.4` and `next: 13.4.19`, with or without the Nextjs experimental flags, I get errors from not being able to find the following modules, but can still connect and...
As @linyiru has mentioned above, the error `Failed to compile` occurs when using `pnpm`. I can add that it specifically occurs when `pnpm` is used without `--shamefully-hoist`. Here is a...
As for dealing with the main purpose of this issue thread: the warnings. I recommend taking a look at what [this repo](https://github.com/ixartz/Next-js-Boilerplate/) is doing to solve these errors, spoiler: it...