github TanStack/devtools @tanstack/devtools-event-client@0.5.0

latest releases: @tanstack/devtools@0.12.5, @tanstack/devtools-vite@0.8.1, @tanstack/devtools-ui@0.6.0...
4 hours ago

Minor Changes

  • #471 b1ac893 - The root export of @tanstack/devtools-event-client now resolves to a no-op
    outside development (process.env.NODE_ENV !== 'development'), so the real
    EventClient is tree-shaken out of production bundles by default.

    If you want devtools events to keep working in production, import the real
    client from the new @tanstack/devtools-event-client/production subpath, which
    always ships the real implementation. The public API is identical between the
    two imports.

Don't miss a new devtools release

NewReleases is sending notifications on new releases.