FIX ROOT STATE TYPE!!!!!

This commit is contained in:
Alex Gleason
2022-07-06 15:54:30 -05:00
parent 8da7b8fe7a
commit e47e33e21c
2 changed files with 1 additions and 2 deletions

View File

@@ -134,7 +134,6 @@ export const StateRecord = ImmutableRecord(
}, {}),
);
// @ts-ignore: This type is fine but TS thinks it's wrong
const appReducer = combineReducers(reducers, StateRecord);
// Clear the state (mostly) when the user logs out