Skip to content

Commit 43967ee

Browse files
committed
Add TODO
1 parent 786a0c9 commit 43967ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/createStore.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export function createStore() {
2929
// We already provide the generic type argument, so we put
3030
// `as any` to prevent excessively long type inference
3131
preloadedState: initialStore as any
32+
// TODO: Sentry Redux integration once we update to RTK2
3233
});
3334
sagaMiddleware.run(MainSaga);
3435

0 commit comments

Comments
 (0)