After upgrading, computed props are slow and throwing call stack size err
Upgrading from
My computed props work great and are performant in nuxt 3.8.1 but I just tried to upgrade and my web app was broken. I had to remove a computed prop was throwing a maximum call stack size exceed error to get the app to work, but in other areas, specifically a left nav list takes a considerable longer time to open.
My question is has vue/vite/nuxt changed the way reactive and computed props are calculated. I just dont see why my computed and reactive props dont work anymore/are very slow.
Any help would be much appreciated!
nuxt 3.8.1 vue 3.3.8 vite 4.5.0 -> nuxt 3.11.2 vue 3.4.24 vite 5.2.10My computed props work great and are performant in nuxt 3.8.1 but I just tried to upgrade and my web app was broken. I had to remove a computed prop was throwing a maximum call stack size exceed error to get the app to work, but in other areas, specifically a left nav list takes a considerable longer time to open.
My question is has vue/vite/nuxt changed the way reactive and computed props are calculated. I just dont see why my computed and reactive props dont work anymore/are very slow.
Any help would be much appreciated!

