SSolidJS•Created by fragerdaz on 7/8/2023 in #support render(() => { <Component />, element }) throws an error when including props
If I don't use curly braces, I have to pass the argument as just a name (i.e. "Component"), not the component itself (i.e. <Component />). If I only pass the name, how can I include props?