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

v0.0.17 is incompatible with newer Svelte #6

Open
soeroesg opened this issue Jun 8, 2023 · 0 comments
Open

v0.0.17 is incompatible with newer Svelte #6

soeroesg opened this issue Jun 8, 2023 · 0 comments

Comments

@soeroesg
Copy link

soeroesg commented Jun 8, 2023

The latest released version v0.0.17 seems to be incompatible with new Svelte because a method got renamed in Svelte.

Projects using thumb-ui and built with recent Svelte version will fail loading with the following error:
https://127.0.0.1:8080/_snowpack/pkg/thumb-ui.v0.0.17.js [:1:358]
SyntaxError: The requested module '/_snowpack/pkg/svelte.internal.v3.59.1.js' does not provide an export named 'add_resize_listener'

In fact, the Svelte method was renamed to 'add_iframe_resize_listener'

I believe recompiling the package with a newer Svelte and republishing it would solve this issue.

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

No branches or pull requests

1 participant