astro · astro/NoClientOnlyHint
NoClientOnlyHint
No client:only Hint
A `client:only` directive was used without specifying which renderer to use, e.g. `client:only` instead of `client:only="react"`. Astro can't render the component on the server, so it needs the hint to know which framework to hydrate it with on the client.