The Wayback Machine - https://web.archive.org/web/20201122111835/https://github.com/jhen0409/react-native-debugger/issues/384
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Typescript documentation for getting Redux to work #384

Open
phil-andrews opened this issue Aug 11, 2019 · 0 comments
Open

Add Typescript documentation for getting Redux to work #384

phil-andrews opened this issue Aug 11, 2019 · 0 comments

Comments

@phil-andrews
Copy link

@phil-andrews phil-andrews commented Aug 11, 2019

let devtools: any = window['devToolsExtension'] ? window['devToolsExtension']() : (f:any)=>f;
let middleware = applyMiddleware(thunk);
const store: any = middleware(devtools(createStore))(rootReducer, {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.