reasonml / reason-tools

Adds Reason to the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReasonTools Error in Chrome

idkjs opened this issue · comments

I am trying to use this tool and getting the following error in Chrome Dev Tools.

Uncaught (in promise) TypeError: Error in invocation of runtime.sendMessage(optional string extensionId, any message, optional object options, optional function responseCallback): chrome.runtime.sendMessage() called from a webpage must specify an Extension ID (string) for its first argument.
    at Object.o (Popup.bundle.js:6)
    at Array.l (Popup.bundle.js:1)
    at r (Popup.bundle.js:6)
    at Object.f (Popup.bundle.js:1)
    at h (Popup.bundle.js:6)
    at Popup.bundle.js:6
reactTraverser.js:6 Uncaught TypeError: Cannot convert undefined or null to object
    at Function.keys (<anonymous>)
    at reactTraverser.js:6

Any ideas? Any pointer I might be able to chase down and fix?

Thanks.

Following the build instructions in the README.md I am able to run it locally. Maybe its a pem certificate issue.
Screenshot 2020-03-05 at 11 16 36 AM

Note the source info at the bottom of the file.

looks like this is working now. Thanks.