Skip to content

Commit

Permalink
Merge pull request #252 from reaviz/nextjs-fix
Browse files Browse the repository at this point in the history
Add "use client" for ThemeProvider
  • Loading branch information
amcdnl authored Aug 6, 2024
2 parents 56cab5d + 912cba6 commit 939a564
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/Theme/ThemeProvider.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import React, {
createContext,
FC,
Expand Down

0 comments on commit 939a564

Please sign in to comment.