API reference · generated from sourceFunction: reconcileArray()# function reconcileArray<TItem>( current, next, getId): void; Defined in: retree-query/src/internals/reconcile.ts:45 Type Parameters# Type ParameterTItem extends object Parameters# ParameterTypecurrentTItem[]nextTItem[]getId(item) => PropertyKey Returns# void