@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.
package/dist/overmap-core.js
CHANGED
|
@@ -1989,6 +1989,7 @@ const initialState$l = {
|
|
|
1989
1989
|
const projectSlice = createSlice({
|
|
1990
1990
|
name: "projects",
|
|
1991
1991
|
initialState: initialState$l,
|
|
1992
|
+
extraReducers: (builder) => builder.addCase("RESET", (state) => Object.assign(state, initialState$l)),
|
|
1992
1993
|
reducers: {
|
|
1993
1994
|
setProjects: (state, action) => {
|
|
1994
1995
|
const projectsMap = {};
|