Closed nasvillanueva closed 8 months ago
Basically, from 3.59.0, one of the internal svelte function got renamed so it broke some tests that are using it. Our project isn't using it directly, but with svelte-htm.
svelte-htm
The function seems to be exactly the same. Just renamed.
sveltejs/svelte@cfe26d8/src/runtime/internal/dom.ts#L692
sveltejs/svelte@4537eb7/src/runtime/internal/dom.ts#L702
Fixes #223
Closing this PR. We stopped using svelte a few months ago, and I don't think this is ever getting any action (probably outdated too!)
Basically, from 3.59.0, one of the internal svelte function got renamed so it broke some tests that are using it. Our project isn't using it directly, but with
svelte-htm
.The function seems to be exactly the same. Just renamed.
sveltejs/svelte@cfe26d8/src/runtime/internal/dom.ts#L692
sveltejs/svelte@4537eb7/src/runtime/internal/dom.ts#L702
Fixes #223