Back to Withastro

No client entrypoint specified in renderer.

src/content/docs/en/reference/errors/no-client-entrypoint.mdx

latest590 B
Original Source

import DontEditWarning from '~/components/DontEditWarning.astro'

<DontEditWarning />

NoClientEntrypoint: COMPONENT_NAME component has a client:CLIENT_DIRECTIVE directive, but no client entrypoint was provided by RENDERER_NAME.

What went wrong?

Astro tried to hydrate a component on the client, but the renderer used does not provide a client entrypoint to use to hydrate.

See Also: