kenoxa / svelte-hyperscript

use hyperscript to create svelte components
MIT License
8 stars 3 forks source link

Replace add_resize_listener with add_iframe_resize_listener #224

Closed nasvillanueva closed 8 months ago

nasvillanueva commented 1 year 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.

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

nasvillanueva commented 8 months ago

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!)