-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
await once #955
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
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
For anyone stumbling on this you can use a custom component instead of an The |
Much needed in svelte-kit with streaming data 🤞 |
Related: #8459 |
@Rich-Harris if you are working on improving the |
Follow-up to #952 / #654 (comment). It would modify the behaviour of
await
blocks such that you'd only see the 'pending' state once — thereafter, whenever a new promise value was set, the old one would be preserved until the promise resolved. An additional argument would be passed to thethen
block, allowing the UI to indicate that the currently displayed data was out of date:The text was updated successfully, but these errors were encountered: