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 c7392cb commit 4436422Copy full SHA for 4436422
src/components/MDX/Sandpack/Preview.tsx
@@ -113,7 +113,7 @@ export function Preview({
113
/**
114
* The spinner component transition might be longer than
115
* the bundler loading, so we only show the spinner if
116
- * it takes more than 1s to load the bundler.
+ * it takes more than 500s to load the bundler.
117
*/
118
timeout = setTimeout(() => {
119
setShowLoading(true);
0 commit comments