跳到內容
This is an unmaintained snapshot of the Astro v4 docs. View the latest docs.

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} />)}.

貢獻

你有哪些想法?

社群