chore(typo): Fix comment to match code (#7147)

Co-authored-by: san.s <san.s@sfeir.com>
This commit is contained in:
Steven SAN
2024-10-01 02:05:12 +09:00
committed by GitHub
parent c7392cbcc1
commit 44364225ac

View File

@@ -113,7 +113,7 @@ export function Preview({
/**
* The spinner component transition might be longer than
* the bundler loading, so we only show the spinner if
* it takes more than 1s to load the bundler.
* it takes more than 500s to load the bundler.
*/
timeout = setTimeout(() => {
setShowLoading(true);