You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to chrome://extensions, check "developer mode", and click "Load unpacked extension", and select directory lib/chrome
However, step 4 fails, saying it can't find the "icons/toolbar-chrome.png" file.
To fix, I just needed to copy the "html" and "icons" folders from "src/shells/webextension" into the "lib/chrome" folder. However, it would be good to add this to the readme.
The text was updated successfully, but these errors were encountered:
The setup instructions for starting local development is missing a step: https://github.com/mobxjs/mobx-devtools/blob/master/HACKING.md#chrome-extension
Instructions listed:
However, step 4 fails, saying it can't find the "icons/toolbar-chrome.png" file.
To fix, I just needed to copy the "html" and "icons" folders from "src/shells/webextension" into the "lib/chrome" folder. However, it would be good to add this to the readme.
The text was updated successfully, but these errors were encountered: