mirror of https://github.com/sveltejs/svelte
parent
7c74482796
commit
b4431e9738
@ -0,0 +1,5 @@
|
|||||||
|
import { test } from '../../test';
|
||||||
|
|
||||||
|
export default test({
|
||||||
|
compile_error: '`on:` is not compatible with `customRenderer`'
|
||||||
|
});
|
||||||
@ -0,0 +1 @@
|
|||||||
|
<button on:click={() => {}}>click me</button>
|
||||||
Loading…
Reference in new issue