MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / shouldConstruct

Function shouldConstruct

code/communication/public/app.js:6931–6933  ·  view source on GitHub ↗
(Component)

Source from the content-addressed store, hash-verified

6929};
6930
6931function shouldConstruct(Component) {
6932 return !!(Component.prototype && Component.prototype.isReactComponent);
6933}
6934
6935// This is used to create an alternate fiber to do work on.
6936function createWorkInProgress(current, pendingProps, expirationTime) {

Callers 1

createFiberFromElementFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected