The single bundle carries a "use client" banner, so importing pure functions (cssSnippet, svgSnippet, recipes) from a React Server Component turns the whole module client-side.
Proposal: a react-pulsor/snippets subpath export without the banner for server-side use (OG image generation, build-time snapshots).
The single bundle carries a
"use client"banner, so importing pure functions (cssSnippet,svgSnippet,recipes) from a React Server Component turns the whole module client-side.Proposal: a
react-pulsor/snippetssubpath export without the banner for server-side use (OG image generation, build-time snapshots).