There was an error while loading. Please reload this page.
1 parent c67a562 commit d8c89cbCopy full SHA for d8c89cb
1 file changed
src/store/searchResult/index.tsx
@@ -1,5 +1,6 @@
1
import {
2
createSlice,
3
+ Slice,
4
PayloadAction
5
} from '@reduxjs/toolkit';
6
@@ -19,7 +20,7 @@ const initialState: SearchResultState = {
19
20
geoJSONFeature: null
21
};
22
-export const slice = createSlice({
23
+export const slice: Slice<SearchResultState> = createSlice({
24
name: 'searchResultDrawer',
25
initialState,
26
reducers: {
0 commit comments