Closed birkskyum closed 7 months ago
This looks awesome! Can you run a quick pnpm run format
? (I think I should be able to merge and rebase this over the weekend)
Excellent! It's formatted now
Another interesting bug that I just noticed: resizing the vertical split pane seems to be broken... I wonder what is causing this
@modderme123 , I'll investigate a bit. I don't experience the resizing issue - What is your os / node / browser version?
Mac, latest chrome. Dragging vigorously today made it go away. Must've been a bug in chrome
Thank you!
I use the playground for debugging / learning about the SolidJS compile output in different environments, but it requires the deps to be on the latest versions to stay relevant for that, since the dom-expressions library evolve and change the output etc.
This PR update all dependencies to their latest.
I paid a lot of attention to avoid any visual changes / regressions, and all interesting changes are explained in the comments below.
This is best to run on at least Node 18, preferably 20, due to Vite 5 etc.