컨텐츠로 건너뛰기

Missing hint on client:only directive.

NoClientOnlyHint: Unable to render COMPONENT_NAME. When using the client:only hydration strategy, Astro needs a hint to use the correct renderer.

client:only 컴포넌트는 서버에서 실행되지 않으므로 Astro는 어떤 렌더러를 사용해야 할지 알 수 없으며 추측할 수도 없으므로 다음과 같이 힌트가 필요합니다.

<SomeReactComponent client:only="react" />

더 보기: