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

Class

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

Source from the content-addressed store, hash-verified

306}
307
308export class TransactionNotPendingMutateError extends TransactionError {
309 constructor() {
310 super(
311 `You can no longer call .mutate() as the transaction is no longer pending`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected