From 0c47207a0e51807c36e20046b5aed18f1b50578d Mon Sep 17 00:00:00 2001 From: Andy Kogut Date: Tue, 21 Nov 2017 21:38:14 +0200 Subject: [PATCH] Add mobx-devtools to the Supported section The library: https://mobx.js.org/ Extension's repo: https://github.com/andykog/mobx-devtools ![screen shot 2017-11-21 at 21 26 56](https://user-images.githubusercontent.com/6760207/33092485-eda05836-cf02-11e7-81a3-c04f8c3ea73b.png) --- docs/tutorial/devtools-extension.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorial/devtools-extension.md b/docs/tutorial/devtools-extension.md index ac43916a7e..3d08df4002 100644 --- a/docs/tutorial/devtools-extension.md +++ b/docs/tutorial/devtools-extension.md @@ -52,6 +52,7 @@ Following Devtools Extensions are tested and guaranteed to work in Electron: * [Vue.js devtools](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd) * [Cerebral Debugger](http://www.cerebraljs.com/documentation/the_debugger) * [Redux DevTools Extension](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd) +* [MobX Developer Tools](https://chrome.google.com/webstore/detail/mobx-developer-tools/pfgnfdagidkfgccljigdamigbcnndkod) ### What should I do if a DevTools Extension is not working?