We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vuetify Version: 3.6.13 Vue Version: 3.4.34 Browsers: Chrome 126.0.0.0 OS: Mac OS 10.15.7
In the reproduction repo:
router-link
To not get an error
TypeError: Cannot read properties of null (reading 'contentEl') at
TypeError: Cannot read properties of null (reading 'contentEl')
vuetify/packages/vuetify/src/components/VMenu/VMenu.tsx
Line 81 in 3cc2763
https://github.com/Arinono/vuetify-vmenu-bug
The text was updated successfully, but these errors were encountered:
560362d
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.6.13
Vue Version: 3.4.34
Browsers: Chrome 126.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
In the reproduction repo:
router-link
"leave" to trigger the errorExpected Behavior
To not get an error
Actual Behavior
TypeError: Cannot read properties of null (reading 'contentEl')
at
vuetify/packages/vuetify/src/components/VMenu/VMenu.tsx
Line 81 in 3cc2763
Reproduction Link
https://github.com/Arinono/vuetify-vmenu-bug
The text was updated successfully, but these errors were encountered: