-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Current behaviour
When running npm run dev, the application throws a DOMTokenList error in the browser console:
The error occurs in src/app/layout.tsx at line 37 where the ThemeProvider component is used. This prevents the application from starting properly and breaks theme switching functionality.
Steps to reproduce
- Clone the repository
- Run npm install to install dependencies
- Run npm run dev to start the development server
- Open browser console
- See the DOMTokenList error
Expected outcome
The application should start without any DOMTokenList errors, and theme switching should work correctly. The ThemeProvider should only use valid CSS class tokens (without spaces or special characters).
Screenshots / Recordings
---Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working