Using Reactime in a React + Electron App
stelladraco27 opened this issue · 1 comments
stelladraco27 commented
I am working on a react + electron app and for the longest time have been using an extension called Recoilize to debug recoil state within my application. Issue is, with a recent update, that tool has stopped working.
After looking for a new tool I found reactime and have been trying to get it to work. I have the react dev tools extension loaded in my app (One of the requirements I read in the README), but am getting errors trying to load reactime. The issues I am having are as follows:
- I get the "Checking if content script has been launched on current tab" error and the launch process doesn't progress.
- When I try to manually click the "launch" button nothing happens.
- In my terminal I get the following error:
[6428:0715/045024.338:ERROR:extensions_browser_client.cc(67)] Extension Error:
[1] OTR: false
[1] Level: 2
[1] Source: chrome-extension://cgibknllccemdnfhfpmjhffpjfeidjga/bundles/background.bundle.js
[1] Message: Uncaught TypeError: Cannot read properties of undefined (reading 'addListener')
[1] ID: cgibknllccemdnfhfpmjhffpjfeidjga
[1] Type: RuntimeError
[1] Context: chrome-extension://cgibknllccemdnfhfpmjhffpjfeidjga/bundles/background.bundle.js
[1] Stack Trace:
[1] {
[1] Line: 3
[1] Column: 1
[1] URL: chrome-extension://cgibknllccemdnfhfpmjhffpjfeidjga/bundles/background.bundle.js
[1] Function: (anonymous function)
[1] }
[1] [6428:0715/045024.338:ERROR:extensions_browser_client.cc(67)] Extension Error:
[1] OTR: false
[1] Level: 1
[1] Source: manifest.json
[1] Message: Service worker registration failed. Status code: 15
[1] ID: cgibknllccemdnfhfpmjhffpjfeidjga
[1] Type: ManifestError
Does anyone have reactime working in an Electron app? Is there any help I can have to get this working?
Thank you.
If you need any extra information, please let me know.
kevinbtesar commented