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 have been debugging stylify/packages#233 for Stylify submitted by @MilesPernicious and I got to the result that if there is any escaped number (letters seem to be ok) in an attribute, the rendering "hangs" and no output is shown.
<divclass="\2">Doesn't render</q><divid="\3">Nope</q><divclass="2">This does</div><divclass="\\2">This does too</div><divclass="\x">Letters are ok</div>
What version of
astro
are you using?2.31
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
yarn / npm
What operating system are you using?
Linux / Stackblitz
What browser are you using?
Not caused by browser.
Describe the Bug
I have been debugging stylify/packages#233 for Stylify submitted by @MilesPernicious and I got to the result that if there is any escaped number (letters seem to be ok) in an attribute, the rendering "hangs" and no output is shown.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/astro-yahlqw?file=src%2Fpages%2Findex.astro
Participation
The text was updated successfully, but these errors were encountered: