Kevin Blicharski
Kevin Blicharski
I am still having this problem even with the above package versions. It seems to only apply for ERB tags nested inside of specific other tags. EDIT: Maybe it's broken...
This issue is still present for all tag types present in this array. https://github.com/adamzapasnik/prettier-html-templates/blob/master/lib/tokenizer.js#L39
Here's a workaround: ```js const disposePopover = popover => { setTimeout(() => popover?.dispose(), 100) } ```