(componentRef, value)
| 25237 | _setComponentRef(this.props.componentRef, null); |
| 25238 | } |
| 25239 | function _setComponentRef(componentRef, value) { |
| 25240 | if (componentRef) { |
| 25241 | if (typeof componentRef === "object") componentRef.current = value; |
| 25242 | else if (typeof componentRef === "function") componentRef(value); |
| 25243 | } |
| 25244 | } |
| 25245 | |
| 25246 | },{"./extendComponent":"4VCg2","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"k3hSu":[function(require,module,exports) { |
| 25247 | var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); |
no outgoing calls
no test coverage detected