jaysoo / todomvc-redux-react-typescript

TodoMVC example using Redux, React, and Typescript
679 stars 175 forks source link

redux chrome dev tools - no store found #24

Open chad-lp opened 7 years ago

chad-lp commented 7 years ago
no store found - redux dev tool - jaysoo-todomvc

steps to reproduce:

setup: have chrome installed with redux dev tools on mac

issue:

expected: redux store to show

actual: no redux store shown

mandrolic commented 7 years ago

Did you add the dev tools enhancer to the store on createStore()?