Why this fires¶
TE748 reports an unknown, duplicate, or incompatible event modifier. The initial set is prevent, stop, once, capture, passive, and self; passive cannot be combined with prevent.
<button onclick:passive:prevent={save()} />Fix it¶
Remove the incompatible modifier or select a supported modifier from completion.