MCPcopy Create free account
hub / github.com/jamiebuilds/react-loadable / LoadableMap

Function LoadableMap

src/index.js:254–260  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

252}
253
254function LoadableMap(opts) {
255 if (typeof opts.render !== "function") {
256 throw new Error("LoadableMap requires a `render(loaded, props)` function");
257 }
258
259 return createLoadableComponent(loadMap, opts);
260}
261
262Loadable.Map = LoadableMap;
263

Callers

nothing calls this directly

Calls 1

createLoadableComponentFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…