(hoistableState: HoistableState)
| 243 | } |
| 244 | |
| 245 | export function hasSuspenseyContent(hoistableState: HoistableState): boolean { |
| 246 | // Never outline. |
| 247 | return false; |
| 248 | } |
| 249 | |
| 250 | export type TransitionStatus = FormStatus; |
| 251 | export const NotPendingTransition: TransitionStatus = NotPending; |
no outgoing calls
no test coverage detected