Danscap
Danscap
I am new to this library, but my project is based without decorators because create-react-app does not support them. And the workarounds for supporting decorators could be detrimental to performance/stability....
I have a userStore class below. ```.js import {observable, action, decorate, when, computed} from 'mobx' import { requests, Scripts } from 'axios.js' import { create, persist } from 'mobx-persist' import...
I got this very specific error that is preventing the command line tool (dream 'query') from running with every query I have tried. I am not sure if we are...
As you can see here,  using self.importScripts('../pathtojavascriptfile.js') is broken. I'm not sure if this is a webpack issue, but using this normally in a background.js script without create-react-extension works....
### Manifest V2 is being phased out As many of you are aware, Google is doing away with manifest V2. Whether most of us disagree with their decision is irrelevant,...
Just trying to run the example and I get this error. /node_modules/rebrowser-puppeteer-core/lib/cjs/puppeteer/common/BrowserConnector.js:103 const result = await globalThis.fetch(endpointURL.toString(), { ^ TypeError: Failed to fetch browser webSocket URL from http://127.0.0.1:40841/json/version: globalThis.fetch is...