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

Unsubscriber type not exported in svelte/motion #12347

Closed
jeffmaury opened this issue Jul 8, 2024 · 2 comments
Closed

Unsubscriber type not exported in svelte/motion #12347

jeffmaury opened this issue Jul 8, 2024 · 2 comments

Comments

@jeffmaury
Copy link

Describe the bug

Describe the bug

But it is reference in other motion related interfaces

See

subscribe(this: void, run: Subscriber<T>, invalidate?: Invalidator<T>): Unsubscriber;

Reproduction

https://github.com/containers/podman-desktop/actions/runs/9840125545

Logs

No response

System Info

N/A

Severity

blocking an upgrade

@arnav-mehra
Copy link

Since svelte/motion uses writable stores under the hood, could you not just import the Unsubscriber type from svelte/store instead?

@jeffmaury
Copy link
Author

Closing as we should use the import from svelte/store

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

2 participants