Closed lazarv closed 1 week ago
This fixes an issue about adding scripts to the HTML document in development mode for HMR when the initial page don't use a client component, but a client component is rendered in a <Suspense> boundary. #77
<Suspense>
Adds a test to verify this use case from now on.
This fixes an issue about adding scripts to the HTML document in development mode for HMR when the initial page don't use a client component, but a client component is rendered in a
<Suspense>
boundary. #77Adds a test to verify this use case from now on.