MCPcopy Create free account
hub / github.com/microsoft/SandDance / Component1

Function Component1

docs/app/js/sanddance-app.js:87871–87882  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87869var counter = 0;
87870var Component = function() {
87871 function Component1() {
87872 (0, _classCallCheckDefault.default)(this, Component1);
87873 this.props = (0, _createProps.createProps).apply(this, arguments);
87874 this.id = this.props.id;
87875 this.count = counter++;
87876 this.lifecycle = (0, _constants.LIFECYCLE).NO_STATE;
87877 this.parent = null;
87878 this.context = null;
87879 this.state = null;
87880 this.internalState = null;
87881 Object.seal(this);
87882 }
87883 (0, _createClassDefault.default)(Component1, [
87884 {
87885 key: "clone",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected