mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-11-06 19:07:31 +03:00
I'm writing a store enhancer and had lots of bugs when working with devtools and my own store enhancer. This is the only way I could prevent recomputed actions from the devtools to mess with my store enhancer. I also tried including my store enhancer first and devtools first. Neither option worked fine. I hope this is a good way to handle these kinds of issues, if not, please let me know a different way to do this. |
||
|---|---|---|
| .. | ||
| react | ||
| utils | ||
| createDevTools.js | ||
| devTools.js | ||
| index.js | ||
| persistState.js | ||