You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Vardhaman619 Sorry, I forgot to change those in the demo. I updated the link.
However, it's not the reason. No matter whether the types are correct, it fails with this error. I guess it's because of incorrect parse of the nested JSX-like syntax in Card.astro; in fact, removing the face.text part helps.
If it fails due to mismatched types, it'll just report the mismatched types.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
I didn't try to use JSX in Astro frontmatter, but still encounter this.
The stack trace shows it's at
39:571
, which doesn't exist.What's the expected result?
It should build without error.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-t7eabk-cteppa?file=src%2Fcomponents%2FCard.astro
Participation
The text was updated successfully, but these errors were encountered: