MCPcopy
hub / github.com/tastejs/todomvc / getCurrentFiberStackInDev

Function getCurrentFiberStackInDev

examples/typescript-react/js/bundle.js:3379–3389  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3377}
3378
3379function getCurrentFiberStackInDev() {
3380 {
3381 if (current === null) {
3382 return '';
3383 }
3384 // Safe because if current fiber exists, we are reconciling,
3385 // and it is guaranteed to be the work-in-progress version.
3386 return getStackByFiberInDevAndProd(current);
3387 }
3388 return '';
3389}
3390
3391function resetCurrentFiber() {
3392 {

Callers 3

bundle.jsFile · 0.85
throwOnInvalidObjectTypeFunction · 0.85
warnOnFunctionTypeFunction · 0.85

Calls 1

Tested by

no test coverage detected