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

Class

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

Source from the content-addressed store, hash-verified

43
44// Module Instance Errors
45export class DuplicateDbInstanceError extends TanStackDBError {
46 constructor() {
47 super(
48 `Multiple instances of @tanstack/db detected!\n\n` +

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected