Closed scr2em closed 7 months ago
Hi,
I want to try GritQL to transform all possible elements to be self closed. I've checked https://app.grit.io/studio?preset=prefer_self_closing_tag_jsx&key=OR1LvWpzVk9vLiS6tgCZ9
but it seems like it's stripping *, any advice ?
*
<ion-spinner *ngIf="isLoading" color="white"></ion-spinner>
wrong repo, moved it to https://github.com/getgrit/gritql/issues/67
Hi,
I want to try GritQL to transform all possible elements to be self closed. I've checked https://app.grit.io/studio?preset=prefer_self_closing_tag_jsx&key=OR1LvWpzVk9vLiS6tgCZ9
but it seems like it's stripping
*
, any advice ?