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

Function setIsRendering

lib/assets/react-source/development/react.js:5309–5313  ·  view source on GitHub ↗
(rendering)

Source from the content-addressed store, hash-verified

5307 }
5308 }
5309 function setIsRendering(rendering) {
5310 {
5311 isRendering = rendering;
5312 }
5313 }
5314
5315 // Flow does not allow string concatenation of most non-string types. To work
5316 // around this limitation, we use an opaque type that can only be obtained by

Callers 5

updateForwardRefFunction · 0.85
updateFunctionComponentFunction · 0.85
finishClassComponentFunction · 0.85
updateContextConsumerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected