We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ea071 commit 547525eCopy full SHA for 547525e
src/components/MDX/Sandpack/Preview.tsx
@@ -121,7 +121,7 @@ export function Preview({
121
/**
122
* The spinner component transition might be longer than
123
* the bundler loading, so we only show the spinner if
124
- * it takes more than 500s to load the bundler.
+ * it takes more than 500ms to load the bundler.
125
*/
126
timeout = setTimeout(() => {
127
setShowLoading(true);
0 commit comments