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

Method render

test/async-script-loader-spec.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7class MockedComponent extends React.Component {
8 render() {
9 return <span />;
10 }
11}
12
13const getScript = (URL, toBoolean = false) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected