Closed thomas-bee closed 2 months ago
Please add more documentation on how to use withDevtools(). Just throwing in withDevtools('flights') then using the latest Chrome with the latest Redux DevTools
withDevtools()
withDevtools('flights')
https://chromewebstore.google.com/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=de
... simply results in the store window saying "No store found". Please document the required steps to make this work.
There you go #93. Does that help?
Docs have been improved
Please add more documentation on how to use
withDevtools()
. Just throwing inwithDevtools('flights')
then using the latest Chrome with the latest Redux DevToolshttps://chromewebstore.google.com/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=de
... simply results in the store window saying "No store found". Please document the required steps to make this work.