Skip to content

Commit 1e576df

Browse files
committed
Wipe stored surf feed pre-migration
1 parent 6cb92cc commit 1e576df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/store/configureStore.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const manifest = {
3737
4: (state) => ({ ...state, cards: undefined }), // clear cards for specialEvents
3838
5: (state) => ({ ...state, events: undefined }), // clear events data
3939
6: (state) => ({ ...state, cards: undefined, conference: undefined }), // clear cards/conference for specialEvents
40+
7: (state) => ({ ...state, surf: undefined }),
4041
};
4142

4243
// reducerKey is the key of the reducer you want to store the state version in

0 commit comments

Comments
 (0)