@tanstack/devtools-event-client@0.5.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
-
#471
b1ac893- The root export of@tanstack/devtools-event-clientnow resolves to a no-op
outside development (process.env.NODE_ENV !== 'development'), so the real
EventClientis 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/productionsubpath, which
always ships the real implementation. The public API is identical between the
two imports.