-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
I have added MobX to my electron app using electron-devtools-installer
installExtension(MOBX_DEVTOOLS) .then((name) => { console.log(Added Extension: ${name}); }) .catch((err) => console.log('An error occurred: ', err));
Console log says: Added Extension: MobX Developer Tools
But there is no MobX tab
Metadata
Metadata
Assignees
Labels
No labels