MCPcopy Create free account
hub / github.com/caseywebdev/react-list / getSuspendedThenable

Function getSuspendedThenable

docs/index.js:6229–6234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6227}
6228var suspendedThenable = null;
6229function getSuspendedThenable() {
6230 if (null === suspendedThenable) throw Error(formatProdErrorMessage(459));
6231 var thenable = suspendedThenable;
6232 suspendedThenable = null;
6233 return thenable;
6234}
6235var thenableState$1 = null,
6236 thenableIndexCounter$1 = 0;
6237function unwrapThenable(thenable) {

Callers 1

handleThrowFunction · 0.85

Calls 1

formatProdErrorMessageFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…