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
When I click on a menu item, I get the following error & stack trace, & the on-select="handleSelection" function never works:
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'key')
at renderSlot (runtime-core.esm-bundler.js:2969:57)
at vue-float-menu.es.js:1:18216
at renderFnWithContext (runtime-core.esm-bundler.js:853:21)
at renderSlot (runtime-core.esm-bundler.js:2968:55)
at vue-float-menu.es.js:1:6819
at renderFnWithContext (runtime-core.esm-bundler.js:853:21)
at normalizeChildren (runtime-core.esm-bundler.js:6925:42)
at createBaseVNode (runtime-core.esm-bundler.js:6678:9)
at _createVNode (runtime-core.esm-bundler.js:6780:12)
at createVNodeWithArgsTransform (runtime-core.esm-bundler.js:6636:12)
When I click on a menu item, I get the following error & stack trace, & the
on-select="handleSelection"
function never works:Here is my configuration:
Vue 3 plus Vite.
The text was updated successfully, but these errors were encountered: