Skip to content

reactpy.html does not render nested lists #1280

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

Closed
Archmonger opened this issue Feb 14, 2025 · 0 comments · Fixed by #1281
Closed

reactpy.html does not render nested lists #1280

Archmonger opened this issue Feb 14, 2025 · 0 comments · Fixed by #1281
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
@Archmonger Archmonger linked a pull request Feb 27, 2025 that will close this issue
4 tasks
@Archmonger Archmonger changed the title reactpy.html does not rendered nested lists reactpy.html does not render nested lists Feb 27, 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

Successfully merging a pull request may close this issue.

1 participant