Skip to content

Function: createReconciler()

createReconciler<M>(surfaces, options?): (mode) => void

Defined in: modal/reconcile.ts:39

Build the pass. Call the returned function after EVERY event/dispatch — unconditionally, not just on transitions you remembered to handle.

Type Parameters

M

M extends string

Parameters

surfaces

readonly SurfaceRule<M>[]

options?

ReconcilerOptions = {}

Returns

(mode) => void