mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
fixed a typo in commentout in ReactFiberUnwindWork.js (#13172)
This commit is contained in:
committed by
Dan Abramov
parent
9f78913b20
commit
606c30aa5f
+1
-1
@@ -271,7 +271,7 @@ function throwException(
|
||||
return;
|
||||
}
|
||||
|
||||
// Confirmed that the bounary is in a strict mode tree. Continue with
|
||||
// Confirmed that the boundary is in a strict mode tree. Continue with
|
||||
// the normal suspend path.
|
||||
|
||||
let absoluteTimeoutMs;
|
||||
|
||||
Reference in New Issue
Block a user