v2.1.0
Support Electron DevTools extension
Thanks to @jhen0409 and @lestad for implementing this! You can use it with electron-devtools-installer
along with React Devtools and other extensions. The only issue is that Import
button doesn't work.
Updated API
window.devToolsExtension.updateStore
now have optional instanceId
parameter required when having multiple instances (stores) in one tab.
Fixes
- Fixed support for multiple instances (stores) in one tab.
- Include stack trace when throwing an exception in Chrome Devtools panel.