@yiin/reactive-proxy-state 1.0.34 → 1.0.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4054,6 +4054,7 @@ function trackVueReactiveEvents(vueState, emit, options = {}) {
|
|
|
4054
4054
|
prev[k] = result;
|
|
4055
4055
|
}
|
|
4056
4056
|
} catch (e) {
|
|
4057
|
+
console.error("[trackVueReactiveEvents] diffAndClone threw for key", k, e);
|
|
4057
4058
|
pathStack.length = 0;
|
|
4058
4059
|
prev[k] = deepClone(vueState[k]);
|
|
4059
4060
|
return;
|
package/dist/index.js
CHANGED
|
@@ -3994,6 +3994,7 @@ function trackVueReactiveEvents(vueState, emit, options = {}) {
|
|
|
3994
3994
|
prev[k] = result;
|
|
3995
3995
|
}
|
|
3996
3996
|
} catch (e) {
|
|
3997
|
+
console.error("[trackVueReactiveEvents] diffAndClone threw for key", k, e);
|
|
3997
3998
|
pathStack.length = 0;
|
|
3998
3999
|
prev[k] = deepClone(vueState[k]);
|
|
3999
4000
|
return;
|