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 f23fcfd commit a65cf82Copy full SHA for a65cf82
1 file changed
bindings/python/src/store.ts
@@ -18,5 +18,6 @@ export function createStore() {
18
const middlewares = enhanceReduxMiddleware([]);
19
const enhancers = [applyMiddleware(...middlewares)];
20
21
+ // @ts-expect-error Redux types are not compatible with TypeScript
22
return createReduxStore(reducers, {}, compose(...enhancers));
23
}
0 commit comments