-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
This is really a wonderful package. I just love it. Makes my life so much easier.
I was wondering if you could agree with the following : it would be nice to have the ability to nest components and use their inner_block slots "normally". At the present moment, that generates a recursion error.
Here is an example
`component1 :
{% render_slot slots.inner_block %}
`
`component2 :
{% component1 %}
Some dummy content I would like to show
{% render_slot slots.inner_block %} {% endcomponent1 %}`Metadata
Metadata
Assignees
Labels
No labels