```jsx <svg on_click={|_| panic!("Oh yes")}> // .... </svg> ``` Actual behavior: It doesn't panic Expected behavior: It panics