MobX tab is not added in Electron
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 502
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with electron-devtools-installer and the installExtension(MOBX_DEVTOOLS) entry point shown in the report. Check why the extension installs successfully but does not expose a MobX tab in Electron; done when the tab appears and the behavior is verified in the affected app.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, javascript
- Domain
- desktop-dev, devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100