MCPcopy Create free account
hub / github.com/reactjs/react-rails / commitHydratedContainer

Function commitHydratedContainer

lib/assets/react-source/development/react.js:11450–11453  ·  view source on GitHub ↗
(container)

Source from the content-addressed store, hash-verified

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);

Callers 1

commitWorkFunction · 0.85

Calls 1

retryIfBlockedOnFunction · 0.85

Tested by

no test coverage detected