Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed May 3, 2024
1 parent c98ec94 commit 19109c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/src/utils/RQDevtool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useSession } from 'next-auth/react'
import { isLocalDev, isVercelDev, isVercelProd } from '@weareinreach/env/checks'

const ReactQueryDevtools = dynamic(
() => import('@tanstack/react-query-devtools').then((mod) => mod.ReactQueryDevtools),
() => import('@tanstack/react-query-devtools/production').then((mod) => mod.ReactQueryDevtools),
{ ssr: false }
)

Expand Down

0 comments on commit 19109c9

Please sign in to comment.