Jared Plowman
Results
2
comments of
Jared Plowman
We're in the same boat, we narrowed it down to this change in resetStoreState as well ``` js Object.defineProperty(store.getters, key, { /*good->*/ get: () => computedObj[key](), /*bad->*/ // get: ()...
+2, this would be very helpful for large projects