tanstack.com
tanstack.com copied to clipboard
The marketing and docs site for all TanStack projects
Cursor is not able to use oauth DCR to connect to the MCP server because they want to redirect to `cursor://anysphere.cursor-mcp/oauth/callback`, which is currently not allowed and results in the...
Fixes [TANSTACK-COM-19X](https://sentry.io/organizations/tanstack/issues/7194710901/). The issue was that: Adform script's cross-origin `window.top.document` access fails in iOS Safari, triggering a TypeError not caught by existing suppressions. - Generalized error suppression for ad network...
Fixes [TANSTACK-COM-19W](https://sentry.io/organizations/tanstack/issues/7194697847/). The issue was that: Sentry's History API instrumentation catches third-party script errors before the global `window.onerror` handler can suppress them. - Implemented a `beforeSend` hook in the Sentry...
The OpenCode JSON for adding the mcp server is invalid, it has aan extra `servers` property and is missing the `enabled` property https://opencode.ai/docs/mcp-servers/#enable
> Sorry for the very short PR. Adds `title` attribute to the TemplateCard to show the truncated description on hover. After:
## Description Fixes issue #650 where the framework and library dropdown menus in the search modal could only be opened once per search session. ## What Changed - Removed `modal={true}`...
Docs: https://tanstack.com/mcp/latest/docs/connecting#cursor What it produces in Cursor: > **[error] Client error for command Redirect URIs must be localhost or HTTPS** --- This is how it looks: Detailed output: As text:...
Title: [Bug] Framework/Library Dropdown Can Only Be Opened Once Per Search Session Description: ## Problem The framework and library dropdown menus in the search modal can only be opened once...
This pull request contains changes generated by Cursor background composer.
### Describe the bug On the TanStack Query documentation site, the dark/light theme toggle cannot be reached using keyboard navigation. When navigating with the Tab or Shift+Tab keys, focus moves...