Daniel Roe
Daniel Roe
Do these errors come around the time of a redeploy? Could it be a chunk loading error?
This is looking great. I think I'm going to merge this into some work I plan to do to display errors on the client side with Youch, so I'll complete...
@mrleblanc101 see my comment on https://github.com/nuxt/nuxt/issues/32116#issuecomment-2888527345. I would like to see if we could resolve this, but even if so I would still advise keys that are unique to the...
That is why we want to introduce https://github.com/nuxt/nuxt/issues/31556 - to handle all this sort of thing for route-specific data. Without a key, things would likely work fine on pages without...
as you say, this is safe usage, though if we can improve the regex there's no harm in doing so cc: @pi0
(yes, we need to keep the two in sync)
cc: @antfu
This is also the reason we cannot upgrade to latest `unimport` in https://github.com/nuxt/nuxt/pull/30182 - it slowed each fixture from 8s (in simply running `loadNuxt` on the repository root).
@denishsharma to benefit from the v4 features, make sure your layer is also using `compatibilityVersion: 4` and the new directory structure.
@denishsharma The latest version of Nuxt is v3.15.2 (released two days ago) which contains some speed up but I think the issue here might be resolved in https://github.com/nuxt/nuxt/pull/30620 - I'll...