コンテンツにスキップ

Invalid component arguments.

このコンテンツはまだ日本語訳がありません。

Example error messages:
InvalidComponentArgs: Invalid arguments passed to <MyAstroComponent> component.

Astro components cannot be rendered manually via a function call, such as Component() or {items.map(Component)}. Prefer the component syntax <Component /> or {items.map(item => <Component {...item} />)}.

Contribute

どんなことを?

GitHub Issueを作成

チームに素早く問題を報告できます。

Community