阿良仔

Results 2 comments of 阿良仔

> The border seems to come from browser defatult style for button (you didn't define border style, only border-radius). I don't know if it looks ok in every browser. It...

I found that by removing all the spaces between the StartExpression( `{` ) and the TextToken it compiles successfully. ```astro {[1,2,3,4,5,6,7,8,9].filter((_, index) => index ( {n} )) } ``` Strange...