No client entrypoint specified in renderer.
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
NoClientEntrypoint:
COMPONENT_NAME
component has aclient:CLIENT_DIRECTIVE
directive, but no client entrypoint was provided byRENDERER_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:
Error Reference