Overlay not work
Farnsi opened this issue ยท 4 comments
Farnsi commented
thetarnav commented
Thanks for the reports ๐
Could you include your dependency versions? (solid, router)
Calhistorian commented
Same error:
@solidjs/router: ^0.8.2
solid-js: v1.7.0
vite-plugin-solid: v2.7.0
Though I am attempting to use in Electron.
vsviridov commented
yume-chan commented
This is how the source code was written:
solid-devtools/packages/frontend/src/modules/structure/Path.tsx
Lines 17 to 25 in d0d7910
The problem might be that createElementSize
used to call target
in onMount
, but now immediately:
EDIT: #225 will fix this.