solid devtools fails with O.createRoot is not a function
The extension is version 0.27.5
My deps are:
Error is:
6 Replies
try updating the
@solid-devtools/debugger
dependency
actually the latest version of solid-devtools is 0.27.6
so updating that may help toook, I'll try that.
the thing is the chrome extension is 0.27.5, should I build that manually?
the extension is fine, I think
I'm just talking about updating the npm package
the
debugger.ts-92f4bae0.js
file comes from the extension I assume?
I probably should have made a minor release instead to trigger a warning...it does come from the extension
I assume updating the debugger dep won't fix it right?
it should
the debugger package needs to expose the solid apis for the extension scripts
and here the extension expects to have
createRoot
api exposed, but it isn't in older versionsit actually did fix it, sorry for doubting, appreciate the help