-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
fix: renderComponent
, add renderSnippet
, and some other Svelte fix-ups
#5888
base: alpha
Are you sure you want to change the base?
Conversation
View your CI Pipeline Execution ↗ for commit 65aab40.
☁️ Nx Cloud last updated this comment at |
renderComponent
, add renderSnippet
, and some other Svelte fix-upsrenderComponent
, add renderSnippet
, and some other Svelte fix-ups
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.
Karinza38
{#snippet mailtoLink(email: string)} | ||
<a href="mailto:{email}"> | ||
{email} | ||
</span> |
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.
is this a typo?
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.
It is 🫠
This PR accomplishes a few things for the Svelte adapter:
renderComponent
renderComponents
)renderSnippet
now allows users to render snippets (markup or programatic)renderSnippet
renderSnippet
, and added it to a code example