MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / shouldConstruct

Function shouldConstruct

code/composition/public/app.js:7034–7036  ·  view source on GitHub ↗
(Component)

Source from the content-addressed store, hash-verified

7032};
7033
7034function shouldConstruct(Component) {
7035 return !!(Component.prototype && Component.prototype.isReactComponent);
7036}
7037
7038// This is used to create an alternate fiber to do work on.
7039function createWorkInProgress(current, pendingProps, expirationTime) {

Callers 1

createFiberFromElementFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected