Skip to content

docs: add React troubleshooting guide#29

Open
pavan-sh wants to merge 2 commits intoTanStack:mainfrom
pavan-sh:docs/significant-docs-fix
Open

docs: add React troubleshooting guide#29
pavan-sh wants to merge 2 commits intoTanStack:mainfrom
pavan-sh:docs/significant-docs-fix

Conversation

@pavan-sh
Copy link

🎯 Changes

  • Add a new Troubleshooting guide for the React framework docs that covers common reasons hotkeys don’t fire (or fire unexpectedly), plus practical fixes.
  • Link the new guide into the docs navigation (docs/config.json) so it’s discoverable from the Guides section.

Motivation: reduce repetitive support questions and make “first debugging steps” obvious for new adopters.

✅ Checklist

  • I have followed the steps in the Contributing guide.
  • I have tested this code locally with pnpm run test:pr.

🚀 Release Impact

  • This change affects published code, and I have generated a changeset.
  • This change is docs/CI/dev-only (no release).

@pavan-sh pavan-sh force-pushed the docs/significant-docs-fix branch from e2547ed to 3857e07 Compare February 19, 2026 13:26

**Fix options:**

- Bind the hotkey to a more specific target (for example a focused panel) instead of `document`.
Copy link
Member

Choose a reason for hiding this comment

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

I don't think this is true? It shouldn't matter what the target is

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.

2 participants

Comments