Andrés Martín Angulo
Andrés Martín Angulo
I fixed that for the moment using `local-web-server` - https://github.com/lwsjs/rewrite Running command: `ws -p 3000 -r '/base-path/(.*) -> http://localhost:3000/$1'`. It seems to work on `/` and on `/base-path/` Maybe when...
As long as the PR https://github.com/sveltejs/svelte/pull/4998 is still open you can use the build script in the custom-elements template that I created. It fixes the transition using `.getRootNode()`. Custom element...
As long as the PR is still open you can use the build script in the custom-elements template that I created. It fixes the transition using .getRootNode(). Custom element template:...
Totally agree with you @Buk1m as I say in the README this is my solution to these limitations, if you find out a less "hacky" way of fixing these problems...
Thanks @djasa, your solution worked flawlessly. Hope this would be merged into the app soon. Wayland is something we all have to embrace sooner or later.