(container)
| 11448 | return null; |
| 11449 | } |
| 11450 | function commitHydratedContainer(container) { |
| 11451 | // Retry if any event replaying was blocked on this. |
| 11452 | retryIfBlockedOn(container); |
| 11453 | } |
| 11454 | function commitHydratedSuspenseInstance(suspenseInstance) { |
| 11455 | // Retry if any event replaying was blocked on this. |
| 11456 | retryIfBlockedOn(suspenseInstance); |
no test coverage detected