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.
2 parents 9be07b4 + f193584 commit 8c7f5fdCopy full SHA for 8c7f5fd
packages/redux-base/src/store.ts
@@ -3,6 +3,6 @@ import { reducer } from './reducer'
3
4
export const store = createStore(
5
reducer,
6
- // tslint:disable-next-line
7
- window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__()
+ (window as any).__REDUX_DEVTOOLS_EXTENSION__ &&
+ (window as any).__REDUX_DEVTOOLS_EXTENSION__()
8
)
0 commit comments