this._data.$$ state
Error content: error in callback for watcher "function() {return this._data.$$state}"
I also encountered this problem and tried to solve it. You can check whether the routing array object is stored in vuex and whether the array is directly referenced in state. You may need to make a deep copy before using it– razor
Note: JS array is reference assignment by default, and vuex can only change the state through mutation or action, bell The
component modifies the value of vuex warnlist
of the Vue
Similar Posts:
- Can’t call setState (or forceUpdate) on an unmounted component [How to Solve]
- [Solved] Vue Baidu map loading error: cannot read properties of undefined (reading ‘centerandzoom’)
- [Solved] TypeError: Cannot read properties of undefined (reading ‘templateName’)
- How to deal with the error “cannot read property ‘set state’ of undefined” in react
- Invalid prop: type check failed for prop value
- The newly created androidmanifesto app is not indexable by Google search;
- React Common Component Issues: Can’t perform a React state update on an unmounted component [How to Solve]
- [Solved] el-table Error: TypeError: this.$el.querySelectorAll is not a function
- How to Solve Request failed with status code 404
- Warning: Input is changing an uncontrolled input of type text to be controlled…