[core] no q-drawer visible right after login #9

Closed
opened 2021-05-25 10:38:42 +00:00 by groegert · 3 comments
Member

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.

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.
groegert added this to the v2.0-beta milestone 2021-05-25 10:38:42 +00:00
groegert added the
🐞 bug
📺 frontend
labels 2021-05-25 10:38:43 +00:00
groegert self-assigned this 2021-05-25 10:38:43 +00:00
Author
Member

fixed with commit 86bad83e53

fixed with commit [86bad83e53](https://flaschengeist.dev/Flaschengeist/flaschengeist-frontend/commit/86bad83e53707eb81c22cb15eb8fceca55b17c72)
Author
Member

issue came back with commit d422380adc

issue came back with commit [d422380adc](https://flaschengeist.dev/Flaschengeist/flaschengeist-frontend/commit/d422380adcb379f62d8651cd0c902faa69b035dd)
groegert reopened this issue 2021-05-27 07:24:47 +00:00
Author
Member

fixed with commits c38032085f and 731cc20a06

fixed with commits [c38032085f](https://flaschengeist.dev/Flaschengeist/flaschengeist-frontend/commit/c38032085f90197335c2169f3b2881ea0b50befb) and [731cc20a06](https://flaschengeist.dev/Flaschengeist/flaschengeist-frontend/commit/731cc20a0637501285275503daeca31c7b65e5ec)
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Flaschengeist/flaschengeist#9
No description provided.