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

feat: allow component to declare let! parameter #245

Merged
merged 1 commit into from
Oct 20, 2024
Merged

Conversation

mhanberg
Copy link
Owner

This allows the user to declare a let parameter for the default slot
without manually defining the slot :inner_lock, let!: foo do slot in
the component body.

Closes #239

This allows the user to declare a let parameter for the default slot
without manually defining the `slot :inner_lock, let!: foo do` slot in
the component body.

Closes #239
@mhanberg mhanberg merged commit a18e6fe into main Oct 20, 2024
2 checks passed
@mhanberg mhanberg deleted the let-to-default-slot branch October 20, 2024 23:16
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

Successfully merging this pull request may close these issues.

Default slot let! directive should work
1 participant