sagacious04

Results 7 comments of sagacious04

Is there any elegant way to use mobx debugging please?

> the devtools were specifically written for react-dom and not applicable for react-native. However, most of the functionality in these devtools (such as displaying re-rendering) are now supported in the...

Does anyone know why this is an issue specific to electron mac? chrome mac doesn't seem to have this problem?

request headers are also important, and existing apis don't get them right

this is the main code `const { app, BrowserWindow, session } = require('electron'); const path = require('path'); app.commandLine.appendSwitch('remote-debugging-port', '9223'); async function createWindow() { let win = new BrowserWindow({ width: 800,...

https://github.com/SagaciousLittle/issue-electron-extension-devtool, this is the replay code.