- "framework7": "8.3.4" - "framework7-svelte": "8.3.4" - "svelte": "4.2.19", ### Describe the bug onClick event of svelte has no ### To Reproduce ``` <Link onClick={(e) => { console.dir(e); }}>Link Description</Link> ``` log is `undefined` 1. Handle link on click event. 2. See that onClick args is undefined. ### Expected behavior onClick args event should be defined. ### Actual Behavior onClick event args "e" is undefined.