I have one page that is very interactive and if client side rendering is not available I'd like to display a page along the lines of "javascript is required".
I tried wrapping it in
<ClientOnly>
<ClientOnly>
but that still comes out in the SSR content.
Part of this is based on my bringing over the component from SolidJS and various browser only APIs are used.