MCPcopy Index your code
hub / github.com/caseywebdev/react-list / setIsStrictModeForDevtools

Function setIsStrictModeForDevtools

docs/index.js:4037–4043  ·  view source on GitHub ↗
(newIsStrictMode)

Source from the content-addressed store, hash-verified

4035 } catch (err) {}
4036}
4037function setIsStrictModeForDevtools(newIsStrictMode) {
4038 "function" === typeof log$1 && unstable_setDisableYieldValue(newIsStrictMode);
4039 if (injectedHook && "function" === typeof injectedHook.setStrictMode)
4040 try {
4041 injectedHook.setStrictMode(rendererID, newIsStrictMode);
4042 } catch (err) {}
4043}
4044var clz32 = Math.clz32 ? Math.clz32 : clz32Fallback,
4045 log = Math.log,
4046 LN2 = Math.LN2;

Callers 11

mountStateImplFunction · 0.85
updateMemoFunction · 0.85
index.jsFile · 0.85
renderWithHooksFunction · 0.85
mountReducerFunction · 0.85
mountMemoFunction · 0.85
updateClassComponentFunction · 0.85
processUpdateQueueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…