You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use dynamic import for ReactQueryDevtools to fix consumer builds
The static import of @tanstack/react-query-devtools caused consumer builds
to fail since the package is in devDependencies and not installed by consumers.
Replaced with a process.env.NODE_ENV-guarded React.lazy call so the consumer's
webpack dead-code-eliminates the import in production builds.
Closes#143
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments