You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Enhance ThemeProvider with mounted state management for theme application
- Introduced useState and useEffect hooks to manage the mounted state of the ThemeProvider.
- Updated theme application logic to ensure it only runs after the component is mounted, preventing potential rendering issues.
- Cleaned up imports and removed unnecessary comments for improved code clarity.
0 commit comments