Skip to content

Add ability to handle forwarded slots #1184

Open
@richard-to

Description

@richard-to

Seems like this may have been a regression when we added named slots.

So something like this should work, but currently does not work. This makes composing content components less useful

@me.content_component
def c1():
  me.slot()


@me.content_component
def c3():
  with c1():
        me.slot()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions