@overmap-ai/core 1.0.60-geo-images.2 → 1.0.60-geo-images.3

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.
@@ -1977,6 +1977,7 @@ var __publicField = (obj, key, value) => {
1977
1977
  const projectSlice = toolkit.createSlice({
1978
1978
  name: "projects",
1979
1979
  initialState: initialState$l,
1980
+ extraReducers: (builder) => builder.addCase("RESET", (state) => Object.assign(state, initialState$l)),
1980
1981
  reducers: {
1981
1982
  setProjects: (state, action) => {
1982
1983
  const projectsMap = {};