abtinturing

Results 2 issues of abtinturing

# I am submitting a new Community Plugin ## Repo URL Link to my plugin: https://github.com/abtinma/line-mover ## Release Checklist - [ ] I have tested the plugin on - [x]...

Changes requested
plugin
Minor changes requested

### Describe the bug I was initially working in Svelte 4, trying to mount components via JS like so: ```svelte new MyComponent({ target: container, hydrate: false }); ``` But when...