* Schedules an update for the component to render again. Returns a promise * that resolves with an AbortSignal after the update completes. The signal * is aborted when the component re-renders or is removed. * * @returns A promise that resolves with an AbortSignal after the update
()
| 36 | * @returns A promise that resolves with an AbortSignal after the update |
| 37 | */ |
| 38 | update(): Promise<AbortSignal> |
| 39 | |
| 40 | /** |
| 41 | * Schedules a task to run after the next update. |
no outgoing calls