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
I also encountered this issue today. Adding parentheses around the conditions can sometimes be another temporary workaround, but parentheses will be formatted.
What version of
astro
are you using?2.1
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
pnpm
What operating system are you using?
Windows
What browser are you using?
Chrome
Describe the Bug
Inside an astro component, this will not compile:
The error:
Unable to assign attributes when using <> Fragment shorthand syntax!
Only the
<=
produces the error. Other operators work fine.Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-6n1a9b-wnnkry?file=src%2Fpages%2Findex.astro&on=stackblitz
Participation
The text was updated successfully, but these errors were encountered: