MCPcopy Create free account
hub / github.com/TanStack/db /

Class

packages/db/src/errors.ts:299–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299export class OnMutateMustBeSynchronousError extends TransactionError {
300 constructor() {
301 super(
302 `onMutate must be synchronous and cannot return a promise. Remove async/await or returned promises from onMutate.`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected