You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So we have a very big and complicated order management app with 7 different stores and price recalculations on IE11 take up to 30s compared 200ms on iOS. When we removed pinia as a store and used Vue.observable() instead it went down to 30ms on IE11 and very fast on iOS