( prevThenableState: ThenableState | null, )
| 234 | } |
| 235 | |
| 236 | export function prepareToUseThenableState( |
| 237 | prevThenableState: ThenableState | null, |
| 238 | ): void { |
| 239 | thenableIndexCounter = 0; |
| 240 | thenableState = prevThenableState; |
| 241 | } |
| 242 | |
| 243 | export function finishHooks( |
| 244 | Component: any, |
no outgoing calls
no test coverage detected