MCPcopy
hub / github.com/remix-run/remix / update

Method update

packages/ui/src/runtime/component.ts:38–38  ·  view source on GitHub ↗

* 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

()

Source from the content-addressed store, hash-verified

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.

Callers 15

database.test.tsFile · 0.65
updateMethod · 0.65
updateManyMethod · 0.65
executeRunFunction · 0.65
ExampleFunction · 0.65
ExampleFunction · 0.65
closePopoverFunction · 0.65
openPopoverFunction · 0.65

Implementers 1

MixinHandleImplpackages/ui/src/runtime/mixins/mixin.t

Calls

no outgoing calls

Tested by 15

AppFunction · 0.52
CounterFunction · 0.52
AppFunction · 0.52
ComponentFunction · 0.52
InfiniteLoopFunction · 0.52
CounterFunction · 0.52
AppFunction · 0.52
CounterFunction · 0.52
AFunction · 0.52
PageBFunction · 0.52
OuterFunction · 0.52
CompAFunction · 0.52