Skip to content

Commit cb2122a

Browse files
authored
fix: 🐛 fix conflicts from persistStore and normalStore (#12)
1 parent 35bc056 commit cb2122a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/redux/features/persistSave/persistSave.feature.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const initialState = {
77
} as CounterState
88

99
const persistSave = createSlice({
10-
name: 'counter',
10+
name: 'counterPersist',
1111
initialState,
1212
reducers: {
1313
reset: () => initialState,

0 commit comments

Comments
 (0)