epicmaxco / vuestic-admin

Vuestic Admin is an open-source, ready-to-use admin template suite designed for rapid development, easy maintenance, and high accessibility. Built on Vuestic UI, Vue 3, Vite, Pinia, and Tailwind CSS. Maintained by Epicmax (@epicmaxco).
https://admin.vuestic.dev
MIT License
10.4k stars 1.7k forks source link

Broken HMR in sidebar menu #914

Open antonio-fr opened 1 year ago

antonio-fr commented 1 year ago

Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.

This may be a bug in the underlying VuesticUI.

runtime-core.esm-bundler.js:571 TypeError: Cannot read properties of null (reading '_vei')

image

antonio-fr commented 1 year ago

Any plan or feedback about this?

m0ksem commented 1 year ago

Hi, @antonio-fr. I have no quick solution for it... This might be more related to vue and requires deep dive. Would be nice to separate reproduction from Vuestic Admin and make issue in vue repo.

antonio-fr commented 1 year ago

My current understanding of this issue is that this is not related to Vue, but to Vuestic or VuesticAdmin. One solution could be to replace va-dropdown by va-accordion in MenuAccordion.

m0ksem commented 1 year ago

My current understanding of this issue is that this is not related to Vue, but to Vuestic or VuesticAdmin. One solution could be to replace va-dropdown by va-accordion in MenuAccordion.

Try to update vue to latest ^3.3.4 it fixes the issue for me.