Skip to content

Conversation

@tomerqodo
Copy link

Benchmark PR from qodo-benchmark#449

@augmentcode
Copy link

augmentcode bot commented Jan 22, 2026

🤖 Augment PR Summary

Summary: Refactors the web devtools components to be better organized and loaded only in development.

Changes:

  • Moved React Scan into components/devtools/react-scan/ and added ReactScanLoader for dev-only lazy loading.
  • Moved TanStack devtools into components/devtools/tanstack/ and added TanStackDevtoolsLoader to encapsulate the dev-only wrapper.
  • Updated app/layout.tsx and context/query-client.tsx to use the new loaders and remove duplicated lazy-loading logic.

Technical Notes: Both loaders short-circuit when IS_DEV is false and fall back to rendering nothing if the dynamic import fails.

🤖 Was this summary useful? React with 👍 or 👎

Copy link

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants