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

Class

test/async-script-loader-spec.js:208–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 it("should allow you to access methods on the wrappedComponent via ref callback", done => {
207 // internal component with method we want access to
208 class InternalComponent extends React.Component {
209 internalCallsACallback(fn) {
210 fn();
211 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected