Skip to content

Commit c2b480a

Browse files
yousoumarTkDodo
andauthored
fix(react-query-devtools): add 'use client' directive to disable SSR (#5041)
Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
1 parent 6c334e8 commit c2b480a

File tree

1 file changed

+2
-0
lines changed
  • packages/react-query-devtools/src

1 file changed

+2
-0
lines changed

packages/react-query-devtools/src/index.ts

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 devtools from './devtools'
24

35
export const ReactQueryDevtools: typeof devtools['ReactQueryDevtools'] =

0 commit comments

Comments
 (0)