[core] no q-drawer visible right after login #9
Labels
No Label
🛃 types
👪 users
invalid
wontfix
🚀 announcement
🎒 backend
🐞 bug
🐋 docker
💡 enhancement
📺 frontend
🤔 question
🔗duplicate
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Flaschengeist/flaschengeist#9
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
right after login there is no menue (q-drawer) visible.
In console there are multiple identical errors:
Uncaught (in promise) Error: Maximum recursive updates exceeded. 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.
node_modules vue/runtime-core/dist/runtime-core.esm-bundler.js:507
node_modules vue/runtime-core/dist/runtime-core.esm-bundler.js:481
When pushing the "openMenu" butten, then the q-drawer becomes visible.
The errors above are shown on each reload.
fixed with commit 86bad83e53
issue came back with commit d422380adc
fixed with commits c38032085f and 731cc20a06