Is there a way to render a Solid-JS
App (not just a single Component) in React
?
I've tried importing react-solid-bridge
and adding the Solid-JS
App as a route in React
. Wrapped the Route in ReactToSolidBridgeProvider
and used only the convertToReactComponent
versions of the Solid-JS
App's child components.
I keep getting "'React' must be in scope when using JSX"