import { describe, it, expect, vi } from "vitest"; import { renderToString } from "react-dom/server"; import type { ReactNode, ReactElement } from "react"; /** * Guard: server-rendering critical surfaces must not produce ANY * console.error or console.warn from React. The most common sources are: * * - Invalid HTML nesting (e.g.
inside