We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786a0c9 commit 43967eeCopy full SHA for 43967ee
src/pages/createStore.ts
@@ -29,6 +29,7 @@ export function createStore() {
29
// We already provide the generic type argument, so we put
30
// `as any` to prevent excessively long type inference
31
preloadedState: initialStore as any
32
+ // TODO: Sentry Redux integration once we update to RTK2
33
});
34
sagaMiddleware.run(MainSaga);
35
0 commit comments