Yuichiro Yamashita
Yuichiro Yamashita
Thank you for the PR! I have not deep dive into this yet, but we need to add tests!
I agree to use `trimRight`. It seems to be available in the latest Node 18.6.0 also. (So `trimRight` can use from our minimum supported version Node 8 to the latest...
Why is just passing props not enough? This prevents to rewrite values of a parent component from a child component. **Foo.svelte** ```sv import { onMount } from "svelte"; export let...
@tanhauhau Sorry for updating too late🙏 I updated the PR. I would appreciate it if you could confirm the PR.
Ah got it. Thank you for your explanation! Could you please explain to us for more concrete use case? My first impression is that the complexity of the bindings will...
I discussed this with the team when I create the previous PR. https://github.com/sveltejs/svelte/pull/7453#discussion_r850397278 At that time we thought that we don't want to handle this. I think you can avoid...
@anatolipr To create 1 wrapper component is not enough like below?. (This is sample code but if we need to create just 1 wrapper component, personally this is the acceptable...
I talked with the team, and we will consider how to handle it.
This is Safari specific issue. We can set `crossorigin` at first on runtime but I'm not sure we should handle such specific browser's issue.
I checked this issue and I found 1 thing. I created minimum REPL by vanilla JS. https://codepen.io/baseballyama/pen/rNJOwGX I think the reson is that Google Chrome on mac hundles input event...