github TanStack/db @tanstack/db@0.1.11

latest releases: @tanstack/trailbase-db-collection@0.1.12, @tanstack/svelte-db@0.1.12, @tanstack/vue-db@0.0.45...
2 days ago

Patch Changes

  • fix: improve InvalidSourceError message clarity (#488)

    The InvalidSourceError now provides a clear, actionable error message that:

    • Explicitly states the problem is passing a non-Collection/non-subquery to a live query
    • Includes the alias name to help identify which source is problematic
    • Provides guidance on what should be passed instead (Collection instances or QueryBuilder subqueries)

    This replaces the generic "Invalid source" message with helpful debugging information.

Don't miss a new db release

NewReleases is sending notifications on new releases.