-
Notifications
You must be signed in to change notification settings - Fork 864
New issue
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
Degraded performance with vue 3.4.30 #1481
Comments
same here! upgrading from |
I am also upgrading from |
Thanks, you saved me a lot of time! Dowgrading to |
Had the same issue when I upgraded from |
Seems there are some problems with |
I think it might be in vue 3.4.29, I had to rollback to vue 3.4.28 for it to be snappy again |
See nathanreyes/v-calendar#1481 Signed-off-by: Alexander Trost <galexrt@googlemail.com>
I have the same issue on vue: 3.4.30 and 3.4.29. I tried 3.4.28 and my Vcalendar still slow.. Any idea ? |
What does your package.json look like? Check your installed version with the command |
As a workaround, I downgraded from |
same here! rollback to vue@3.4.29 |
same problem in nuxt@v3.12.2 ! |
I was at Vue 3.4.27 which worked fine and 3.4.30 didn't. (Glad to see there's already a discussion going on it!) |
vue@3.4.29 also performance issue. pls check open Year popover in nav. |
Vue 3.4.31 (released not even an hour ago) fixes it for me. |
Vue 3.4.31 fixed it. |
Thanks. In Vue 3.4.31 it works fine for me too. |
Some one test it in production with 3.4.31 ? |
@LePtiDev Its working fine in prod for me |
upgrade to 3.4.32 also solved the issues, thanks all ❤️ |
I just upgraded to the newest vue version (3.4.30) and am experiencing massively degraded performance with v-calendar.
I have prepared two minimal vue apps with only the
Calendar
component used. In the one with vue 3.4.28 everything works perfectly fine. In the Vue 3.4.30 project however the Calendar component reacts very slowly to any user interaction (Easily testable by attempting to navigate through months).Vue 3.4.28: https://stackblitz.com/edit/vitejs-vite-wma6tg
Vue 3.4.30: https://stackblitz.com/edit/vitejs-vite-qkzd8n
The text was updated successfully, but these errors were encountered: