MCPcopy Index your code
hub / github.com/react/react / getThenableStateAfterSuspending

Function getThenableStateAfterSuspending

packages/react-server/src/ReactFizzHooks.js:274–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

272}
273
274export function getThenableStateAfterSuspending(): null | ThenableState {
275 const state = thenableState;
276 thenableState = null;
277 return state;
278}
279
280export function checkDidRenderIdHook(): boolean {
281 // This should be called immediately after every finishHooks call.

Callers 3

renderNodeFunction · 0.90
retryRenderTaskFunction · 0.90
retryReplayTaskFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected