渲染器中未指定客户端入口点。
无客户端入口点:
COMPONENT_NAME
组件具有client:CLIENT_DIRECTIVE
指令,但RENDERER_NAME
未提供客户端入口点。¥NoClientEntrypoint:
COMPONENT_NAME
component has aclient:CLIENT_DIRECTIVE
directive, but no client entrypoint was provided byRENDERER_NAME
.
什么地方出了错?
Section titled 什么地方出了错?¥What went wrong?
Astro 尝试在客户端上水合组件,但使用的渲染器不提供用于水合的客户端入口点。
¥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