Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace add_resize_listener with add_iframe_resize_listener #224

Closed

Conversation

nasvillanueva
Copy link

@nasvillanueva nasvillanueva commented Jun 1, 2023

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

- Updated by running npm install
- Starting 3.59.x, add_resize_listener got renamed tto add_iframe_resize_listener
@nasvillanueva nasvillanueva changed the title Update package-lock.json Replace add_resize_listener with add_iframe_resize_listener Jun 1, 2023
@nasvillanueva
Copy link
Author

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

@nasvillanueva nasvillanueva deleted the rename_add_resize_listener branch March 14, 2024 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The requested module 'svelte/internal' does not provide an export named 'add_resize_listener'
1 participant