Alex Torchenko

Results 1 issues of Alex Torchenko

I can't make it working with SolidJS (SolidStart) with the recommended setup: ```ts export default function Root() { onMount(async () => { themeChange(); }); /... ``` and ```ts Dark Theme...