↓ 1 callersFunctioninterpolate0(
template: string,
params: Record<string, string>,
debug: boolean,
errors: InterpolateError[],
coun
client/src/utils/interpolate.tsx:19
↓ 1 callersFunctioninterpolate1(
obj: any,
params: Record<string, any>,
debug: boolean,
errors: any[],
)
client/src/utils/interpolate.tsx:74
↓ 1 callersFunctionmoveCollectionFromOldParentToNewParent(
state: Collection[],
id: number,
newRank: number,
currentParentId: number,
newParentId: number,
)
client/src/state/collections.tsx:354