We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf053f commit a5d697aCopy full SHA for a5d697a
1 file changed
src/features/dashboard/sandbox/inspect/context.tsx
@@ -240,7 +240,7 @@ export default function SandboxInspectProvider({
240
!isSandboxResumePending
241
),
242
retry: false,
243
- refetchOnMount: false,
+ refetchOnMount: 'always',
244
refetchOnReconnect: false,
245
refetchOnWindowFocus: false,
246
staleTime: Number.POSITIVE_INFINITY,
0 commit comments