Skip to content

reactpy.html does not render nested lists #1280

Closed
@Archmonger

Description

@Archmonger

Current Situation

The following snippet could be valid syntax, but will not render properly:

html.div(
    [ "one", "two", ["three", "four"] ]
)

Proposed Actions

Allow for nested lists to be recursively rendered as VDOM.

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority-3-lowMay be resolved one any timeline.

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions