Document reason for ts-ignore in init.tsx
Summary: Per title Reviewed By: jknoxville Differential Revision: D17343033 fbshipit-source-id: ce61866cd82ed68ee03d3e3261d7fba15f73eec0
This commit is contained in:
committed by
Facebook Github Bot
parent
239bb27ed1
commit
2da06587ba
@@ -32,7 +32,7 @@ const store = createStore<StoreState, Actions, any, any>(
|
||||
reducers,
|
||||
window.__REDUX_DEVTOOLS_EXTENSION__
|
||||
? window.__REDUX_DEVTOOLS_EXTENSION__({
|
||||
// @ts-ignore
|
||||
// @ts-ignore: stateSanitizer is not part of type definition.
|
||||
stateSanitizer,
|
||||
})
|
||||
: undefined,
|
||||
|
||||
Reference in New Issue
Block a user