इसे छोड़कर कंटेंट पर जाएं
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} />)}.

योगदान करें

आपके दिमाग में क्या है?

समुदाय