This is a:
update vue to 3.0.1
everything works fine without errors
vue throws error:
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.
at checkRecursiveUpdates (runtime-core.esm-bundler.js?5c40:388)
at flushJobs (runtime-core.esm-bundler.js?5c40:362)
at flushJobs (runtime-core.esm-bundler.js?5c40:377)
so what solution ?
有什么解决办法么
I have the same issue:
Update Swiper to 6.4.5 solve the error from my side
my dependencies
Vue: 3.0.4
Swiper: 6.4.5
Fixed it by updating Vue and Swiper versions as @HJ29 pointed out!
Most helpful comment
so what solution ?