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

reactpy.html does not rendered nested lists #1280

Open
Archmonger opened this issue Feb 14, 2025 · 0 comments
Open

reactpy.html does not rendered nested lists #1280

Archmonger opened this issue Feb 14, 2025 · 0 comments
Labels
priority-3-low May be resolved one any timeline.

Comments

@Archmonger
Copy link
Contributor

Archmonger commented Feb 14, 2025

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.

@Archmonger Archmonger added the priority-3-low May be resolved one any timeline. label Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-3-low May be resolved one any timeline.
Projects
None yet
Development

No branches or pull requests

1 participant