You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hey there! first I want to thank you all for this awesome component, it's the perfect piece I was looking for my project.
The problem arises when placing Nuxt UI components inside of the content slots of the picker, and then clicking on the picker button to open the pop over, the page becomes unresponsive and the following errors are thrown in the console:
[Vue warn]: Unhandled error during execution of setup function
at <Button label="Hello" >
at <DatepickerMenu multiCalendars=undefined modelValue=null modelType=null ... >
Uncaught TypeError: Cannot read properties of null (reading '$nuxt')
at tryUseNuxtApp (nuxt.js?v=c89b1c8e:228:59)
at useNuxtApp (nuxt.js?v=c89b1c8e:234:27)
at useAppConfig (config.js?v=c89b1c8e:33:19)
at useUI (useUI.mjs?v=c89b1c8e:7:21)
at setup (Button.vue:124:27)
at callWithErrorHandling (runtime-core.esm-bundler.js?v=c89b1c8e:197:19)
at setupStatefulComponent (runtime-core.esm-bundler.js?v=c89b1c8e:7923:25)
at setupComponent (runtime-core.esm-bundler.js?v=c89b1c8e:7884:36)
at mountComponent (runtime-core.esm-bundler.js?v=c89b1c8e:5240:7)
at processComponent (runtime-core.esm-bundler.js?v=c89b1c8e:5206:9)
[Vue warn]: Unhandled error during execution of component update
at <DatepickerMenu multiCalendars=undefined modelValue=null modelType=null ... > (A lot of these)
Uncaught (in promise) Maximum recursive updates exceeded in component <DatepickerMenu>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.
Uncaught (in promise) Maximum recursive updates exceeded in component . This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.
Expected behavior
The datepicker successfully renders NuxtUI components on it's slots
Desktop & mobile (please complete the following information):
Chrome (133.0.6943.142), Brave (133.0.6943.142)
Library version: 11.0.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Hey there! first I want to thank you all for this awesome component, it's the perfect piece I was looking for my project.
The problem arises when placing Nuxt UI components inside of the content slots of the picker, and then clicking on the picker button to open the pop over, the page becomes unresponsive and the following errors are thrown in the console:
To Reproduce
Expected behavior
The datepicker successfully renders NuxtUI components on it's slots
Desktop & mobile (please complete the following information):
133.0.6943.142
), Brave (133.0.6943.142
)The text was updated successfully, but these errors were encountered: