Skip to content

Commit fc202ec

Browse files
committed
Added an update for 'maxDuration' removal from Suspense and changed the date format to DD MMM YYYY to conform with the TimeLine dates. swyxio#22
1 parent e00fd18 commit fc202ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apis/react-suspense.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ This is not final but priorities have an associated duration that may supercede
3131

3232
Actual duration works like `Math.min(how long it took, maxDuration of Suspense, duration associated with priority of update)`.
3333

34-
Update Jan 27 2019: [maxDuration is too hard to explain, will be dropped for something else](https://twitter.com/sebmarkbage/status/1089704030920556549)
34+
- Update 12 Jul 2019: maxDuration has been removed from [React](https://github.com/facebook/react/pull/15272) and [Flow](https://github.com/facebook/flow/pull/7613)
35+
- Update 27 Jan 2019: [maxDuration is too hard to explain, will be dropped for something else](https://twitter.com/sebmarkbage/status/1089704030920556549)
3536

3637
## `<Suspense>` Example
3738

0 commit comments

Comments
 (0)