-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
I can't make it working with SolidJS (SolidStart) with the recommended setup:
export default function Root() {
onMount(async () => {
themeChange();
});
/...and
<button class="btn btn-primary" data-set-theme="dark">Dark Theme</button>
<button class="btn btn-secondary" data-set-theme="light">Light Theme</button>When I click the button nothing happens and no errors in console. I checked the codepen example and it does not work too. Any ideas?
Metadata
Metadata
Assignees
Labels
No labels