my chrome canary version is now 56.0.2914.0 on macOS and my dirac extension version is 0.8.2 and I’m still getting:
Uncaught TypeError: Cannot read property 'addExtensions' of undefined
@adamfrey where do you see that error? in internal devtools console when you open it on your page?
no in my terminal when I run canary command
can you confirm this message is not there when you disable dirac extension and try to open your page
ok just a sec.
Also even with that error, I do have a CLJS repl through dirac working for the first time
good
when I disable the Dirac extension the error is NOT there
sorry edit
not there
do you use any “devtools extensions”?
not sure if that addExtension is related to general chrome extension or devtools extensions (like react devtools)
is there any file/line info?
no, I’m using a bare user-data-dir, so there are no other extensions.
"Uncaught TypeError: Cannot read property 'addExtensions' of undefined", source: <chrome-devtools://devtools/bundled/devtools_compatibility.js> (67)
I think we can safely ignore that, maybe I should create an empty window.WebInspector
in dirac devtools
maybe this exists for some reason in embedded devtools, but not in dirac devtools fork
will look if I can reproduce it with dirac-sample
yes, I have the same error in my dirac-sample chrome canary log
at this point, I have no idea how is this devtools_compatibility.js used and what is its role
Just starting out, but dirac’s working great for me now. Thanks for all your work on it.
thanks