-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MobX tab is not added in Electron #95
Comments
Make sure you launched devtools after installation has been completed. I had a same problem. |
You have to install mobx-devtools extention in Electorn after using electron-devtools-install. |
@dongdongZhang007 can you say more? In the current version of
I've confirmed that this code is running, but it does give this warning:
So my question is, are you loading it again? If so, can you share the code? Do you hard-code the path? |
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
The text was updated successfully, but these errors were encountered: