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

Function renderDidError

lib/assets/react-source/development/react.js:25791–25795  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25789 }
25790 }
25791 function renderDidError() {
25792 if (workInProgressRootExitStatus !== RootCompleted) {
25793 workInProgressRootExitStatus = RootErrored;
25794 }
25795 } // Called during render to determine if anything has suspended.
25796 // Returns false if we're not sure.
25797
25798 function renderHasNotSuspendedYet() {

Callers 1

throwExceptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected