Closed donPuerto closed 3 weeks ago
Hey. Yes, that warning started popping up after a certain nuxt update. I haven't investigated it because it is not causing any trouble with how the application functions
it is an error related to DropdownMenu
Ok cool. It's not an error, just a warning. I am not seeing where it is affecting the application negatively. The app still builds without any issue. I can search around in the radix-vue issues to see if it was mentioned over there. Or maybe in the nuxt issues. I did notice it after updating to nuxt 3.13
Do the nuxt version you are using, has no warning at your end?
The error starts on ID
<script setup lang="ts">
import { ConfigProvider } from 'radix-vue';
import '@/assets/css/transitions.css';
const attrs = useAttrs();
const useIdFunction = () => useId() ?? '';
</script>
<template>
<ConfigProvider :use-id="useIdFunction">
<div v-bind="attrs">
<NuxtLoadingIndicator
class="h-[5px] bg-primary"
/>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</div>
</ConfigProvider>
</template>
Yes, I do see the warning. I will investigate and provide an update in the near future
Got a temporary fix, inspector Warning
devtools: {
enabled: true,
componentInspector: false,
},
Nice. Thank you. I think the recent update to nuxt is the cause here but I am not sure. Gonna ask around to see if anyone else is seeing this in their nuxt app. Preferably someone that is not using UI Thing
Hey @donPuerto , The issue was fixed in a recent release from Radix-Vue: https://github.com/unovue/radix-vue/pull/1340 Updating to that version should solve the issue
Hey @donPuerto , I am not seeing this error after the update while developing. So I am closing this one. Thanks for reporting.
thanks
Do you experience this error?