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 f619623 commit bdab885Copy full SHA for bdab885
apps/web/src/components/WithFallback.tsx
@@ -4,7 +4,7 @@ import { useEffect, useState } from 'react';
4
5
import { LoadingFallback } from './LoadingFallback';
6
7
-const MIN_DELAY = 500; // ms
+const MIN_DELAY = 300; // ms
8
9
function isDataReady<TProps extends { data: unknown }>(
10
props: TProps
0 commit comments