Raised when server-side rendering is requested but its infrastructure is unavailable.
This includes a missing :ssr_module, an unavailable optional renderer runtime, or an SSR process that has not been started.
:ssr_module
The exception raised when SSR infrastructure is unavailable.
@type t() :: %LiveViewReact.SSR.NotConfigured{ __exception__: term(), message: String.t() }