mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
chore(typo): Fix comment to match code (#7147)
Co-authored-by: san.s <san.s@sfeir.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user