Skip to content

Commit 1d4fe5c

Browse files
authored
fix: add 'use client' to lang context (#2444)
1 parent b5e8841 commit 1d4fe5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/theme/useLang.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use client';
2+
13
import * as React from 'react';
24

35
import {useSyncExternalStore} from 'use-sync-external-store/shim';

0 commit comments

Comments
 (0)