Hello, can someone advice if I handle onClick with vanilla js is working but if I use the onclick with Solidjs is not working.I do not get any errors: import { JSX, createSignal } from 'solid-js';import { render } from 'solid-js/web';const App = (): JSX.Element => { document.addEventListener('DOM...