MCPcopy Create free account
hub / github.com/dozoisch/react-async-script / constructor

Method constructor

test/async-script-loader-spec.js:255–258  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

253 // eslint-disable-next-line no-unused-vars
254 class WrappingComponent extends React.Component {
255 constructor(props) {
256 super(props);
257 this._internalRef = React.createRef();
258 }
259 render() {
260 return (
261 <div>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected