reactpy
reactpy copied to clipboard
Add compatibility for component type in `vdom_to_html`
Current Situation
vdom_to_html does not render anything of ComponentType
Proposed Actions
Do a basic component.render() action on each ComponentType.