#card not shown
3 messages · Page 1 of 1 (latest)
Hi @still dune. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
Hmm, I don't know enough to give you a confident answer yet. However, if you're referring to a component not rendering in Astro, there are a few things you can check:
- Ensure that you have imported the component in your
.astrocomponent script or.mdxfile. - Check your import statement. Make sure your import is linking to the correct place, your import has the same name as the imported component, and you have included the extension in the import.
If you're still having trouble, consider creating a minimal reproduction of the issue and sharing it in Astro's support threads or filing a bug report. You can also check Astro's Troubleshooting Guide (https://docs.astro.build/en/guides/troubleshooting/) for more help.
If you're encountering an error, Astro provides a complete list of errors you may encounter in their Error Reference (https://docs.astro.build/en/reference/error-reference#_top). Astro 2.0 also has a redesigned error overlay that provides more information to help you resolve errors.
For more immediate assistance, you can reach out to the #support channel on Discord (https://astro.build/chat). Astro's Support Squad members are there to help!
Sources:
- Astro Troubleshooting Guide (https://docs.astro.build/en/guides/troubleshooting#creating-minimal-reproductions)
- Astro Error Reference (https://docs.astro.build/en/reference/error-reference#_top)
- Astro Discord (https://astro.build/chat)
- Astro 2.0 Blog (https://astro.build/blog/astro-2#errors-redesigned)