diff --git a/packages/nuxt/src/app/components/client-fallback.client.ts b/packages/nuxt/src/app/components/client-fallback.client.ts index 857d7d3437..abf7c85f5d 100644 --- a/packages/nuxt/src/app/components/client-fallback.client.ts +++ b/packages/nuxt/src/app/components/client-fallback.client.ts @@ -27,7 +27,6 @@ export default defineComponent({ emits: ['ssr-error'], setup (props, ctx) { const mounted = ref(false) - // This is deliberate - `uid` should not be provided by user but by a transform plugin and will not be reactive. const ssrFailed = useState(useId()) if (ssrFailed.value) {