Skip to content
ZOLO / TE748 Type · error

invalid or incompatible DOM event modifier

Compiler diagnostic TE748: invalid or incompatible DOM event modifier.

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.

Global index

Find your way through Zolo

Try an idea

Start here

9 results

9 results

en