Matteo Rigoni
Matteo Rigoni
I have this use case: - Host is a react app (webpack 5) - Remote is a nuxt app, which exposes a Header and a Footer component (vite), that has...
@josefarrugia happy to look into it, but require a minimal reproduction. Can you provide it?
Can you provide a public repository with a minimal setup that reproduces the behavior?
Hi, been using pnpm monorepos with nuxt3 layers for a long time. No issues there. Didn't use netlify.toml. This is my config though  I think you can try removing...
I both have shared dependencies and specific package.json. **Nuxt should be in the package.json file of your package (app_dir)**. To my understanding, there are zero problems with the "old" netlify...
Are there any examples of citty clis on the wild so that we can learn from them before docs will be released?
It's not good practice to have a server component inside a server component?
Hi Nathan, what version are you using of nuxt and nuxt image?
@AlejandroAkbal @jexme you can quickly implement it as a plugin in your nuxt application today without waiting for it to be merged (worked wonders in our production apps)
I am experiencing a serious issue involving memleak with formkit + unhead + i18n. Trying to find the root cause of the issue. I think the clone function from formkit...