(container)
| 7876 | return null; |
| 7877 | } |
| 7878 | function commitHydratedContainer(container) { |
| 7879 | // Retry if any event replaying was blocked on this. |
| 7880 | retryIfBlockedOn(container); |
| 7881 | } |
| 7882 | function commitHydratedSuspenseInstance(suspenseInstance) { |
| 7883 | // Retry if any event replaying was blocked on this. |
| 7884 | retryIfBlockedOn(suspenseInstance); |
no test coverage detected