primefaces / sakai-vue

https://sakai.primevue.org
MIT License
754 stars 359 forks source link

Page load problem in version 4.0.0 #33

Closed kurkoc closed 3 months ago

kurkoc commented 3 months ago

i am looking at version 4.0.0, looks great but I would like to point out a problem.

when I try to go to some pages via the menu on the left, the page becomes unresponsive for a moment, but this does not always happen. and then, when I try a second time it usually goes that page. even stranger, sometimes after page unresponsiveness, the screen refreshes itself. seems to be a problem with installing dependencies on demand on vite

cagataycivici commented 3 months ago

Seems to be vite related, added;

 optimizeDeps: {
     noDiscovery: true
 },