-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
docs : add an example of using dynamic components #13993
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
Conversation
Closes sveltejs#13990 Adds a example of dynamic component usage with the help of {#await...} syntax
|
commit: |
@dummdidumm Wouldn't it be better to add the note regarding |
What has changed in that regard? Svelte 4 also did provide its component via the |
Ahh yes, my bad |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
Closes #13990
Adds a example of dynamic component usage with the help of {#await...} syntax
Before submitting the PR, please make sure you do the following
feat:
,fix:
,chore:
, ordocs:
.Tests and linting
pnpm test
and lint the project withpnpm lint