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
Got the error Unable to assign attributes when using <> Fragment shorthand syntax when I try to use "Less than or Equal to" (<=) syntax to render DOM element. When I invert condition with >=, this work. Adding parentheses doesn't change result
What version of
astro
are you using?2.9.3
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
yarn
What operating system are you using?
Mac
What browser are you using?
Brave
Describe the Bug
Got the error
Unable to assign attributes when using <> Fragment shorthand syntax
when I try to use "Less than or Equal to" (<=) syntax to render DOM element. When I invert condition with >=, this work. Adding parentheses doesn't change resultVSCode view :
What's the expected result?
Get my condition working in both ways
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-rtgen9?file=src%2Fpages%2Findex.astro
Participation
The text was updated successfully, but these errors were encountered: