@lvce-editor/problems-view 1.10.0 → 1.11.0
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.
|
@@ -1199,7 +1199,7 @@ const isEqual$1 = (oldState, newState) => {
|
|
|
1199
1199
|
};
|
|
1200
1200
|
|
|
1201
1201
|
const isEqual = (oldState, newState) => {
|
|
1202
|
-
return oldState.problems === newState.problems && oldState.filterValue === newState.filterValue && oldState.message === newState.message;
|
|
1202
|
+
return oldState.problems === newState.problems && oldState.filterValue === newState.filterValue && oldState.message === newState.message && oldState.viewMode === newState.viewMode;
|
|
1203
1203
|
};
|
|
1204
1204
|
|
|
1205
1205
|
const RenderItems = 1;
|