reactpy icon indicating copy to clipboard operation
reactpy copied to clipboard

Improve support for JavaScript component children

Open Archmonger opened this issue 10 months ago • 0 comments

Current Situation

Currently, JavaScript components are fairly janky in terms of support for having children elements. This includes children that are either server-side or JavaScript components.

This has resulted in usability issues in things such as ReactPy-Material.

Proposed Actions

Test and fix all edge cases for JavaScript component children. Ideally, they should be able to be mix-and-matched with anything, in any order.

Archmonger avatar Jan 31 '25 08:01 Archmonger