(surfaceId: string)
| 53 | * Clear preserved state for a surface |
| 54 | */ |
| 55 | export function clearPreservedState(surfaceId: string): void { |
| 56 | surfaceStates.delete(surfaceId); |
| 57 | } |
| 58 | |
| 59 | /** |
| 60 | * Options for useStreamingState composable |
no test coverage detected