MCPcopy Index your code
hub / github.com/ctrlplusb/react-async-component / doResolve

Method doResolve

src/asyncComponent.js:115–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 // react-async-bootstrapper
114 bootstrap() {
115 const doResolve = () =>
116 this.resolveModule().then(
117 module => (module === undefined ? false : undefined),
118 )
119
120 // browser
121 if (env === 'browser') {

Callers

nothing calls this directly

Calls 1

resolveModuleMethod · 0.95

Tested by

no test coverage detected