solid devtools fails with O.createRoot is not a function

The extension is version 0.27.5 My deps are:
"solid-devtools": "^0.27.5",
"solid-js": "^1.7.0",
"solid-devtools": "^0.27.5",
"solid-js": "^1.7.0",
Error is:
debugger.ts-92f4bae0.js:1 Uncaught TypeError: O.createRoot is not a function
at Hn (debugger.ts-92f4bae0.js:1:6771)
at debugger.ts-92f4bae0.js:64:12559
debugger.ts-92f4bae0.js:1 Uncaught TypeError: O.createRoot is not a function
at Hn (debugger.ts-92f4bae0.js:1:6771)
at debugger.ts-92f4bae0.js:64:12559
6 Replies
thetarnav
thetarnav11mo ago
try updating the @solid-devtools/debugger dependency actually the latest version of solid-devtools is 0.27.6 so updating that may help too
chirptune
chirptune11mo ago
ok, I'll try that. the thing is the chrome extension is 0.27.5, should I build that manually?
thetarnav
thetarnav11mo ago
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...
chirptune
chirptune11mo ago
it does come from the extension I assume updating the debugger dep won't fix it right?
thetarnav
thetarnav11mo ago
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 versions
chirptune
chirptune11mo ago
it actually did fix it, sorry for doubting, appreciate the help
Want results from more Discord servers?
Add your server
More Posts