Skip to content

Possible to "spread" props #3

Open
@andregoldstein

Description

@andregoldstein

Just wondering if it would be possible to spread the props that are received in the tag as per the use in the other adapters so it could be used as follows:

prop name = ""
prop items = []
...

instead of

prop props
...
def render
  const { name, items } = props

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions