[GH-ISSUE #887] TanStack Start tab content is not displayed on installation page #8484

Closed
opened 2026-04-13 03:33:50 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @corydeppen on GitHub (Dec 14, 2024).
Original GitHub issue: https://github.com/better-auth/better-auth/issues/887

Is this suited for github?

  • Yes, this is suited for github

To Reproduce

  1. Navigate to the Mount Handler section on the Installation page.
  2. Click the "tanstack" tab.
  3. Notice the content is not displayed below the tabs.

Current vs. Expected behavior

Currently, clicking the "tanstack" tab doesn't show the source code for adding a handler. The source code for adding a handler using TanStack Start should be displayed below the tab after clicking a "tanstack-start" tab.

Screenshot 2024-12-14 at 11 00 33 AM

What version of Better Auth are you using?

1.0.20

Provide environment information

- OS: macOS 15.1.1
- Browser: Brave 1.73.101

Which area(s) are affected? (Select all that apply)

Documentation

Auth config (if applicable)

import { betterAuth } from "better-auth"
export const auth = betterAuth({
  emailAndPassword: {  
    enabled: true
  },
});

Additional context

No response

Originally created by @corydeppen on GitHub (Dec 14, 2024). Original GitHub issue: https://github.com/better-auth/better-auth/issues/887 ### Is this suited for github? - [X] Yes, this is suited for github ### To Reproduce 1. Navigate to the [Mount Handler section](https://www.better-auth.com/docs/installation#mount-handler) on the Installation page. 2. Click the "tanstack" tab. 3. Notice the content is not displayed below the tabs. ### Current vs. Expected behavior Currently, clicking the "tanstack" tab doesn't show the source code for adding a handler. The source code for adding a handler using TanStack Start should be displayed below the tab after clicking a "tanstack-start" tab. <img width="836" alt="Screenshot 2024-12-14 at 11 00 33 AM" src="https://github.com/user-attachments/assets/18b7991a-caf8-4f87-828c-509a149f2024" /> ### What version of Better Auth are you using? 1.0.20 ### Provide environment information ```bash - OS: macOS 15.1.1 - Browser: Brave 1.73.101 ``` ### Which area(s) are affected? (Select all that apply) Documentation ### Auth config (if applicable) ```typescript import { betterAuth } from "better-auth" export const auth = betterAuth({ emailAndPassword: { enabled: true }, }); ``` ### Additional context _No response_
GiteaMirror added the lockedbug labels 2026-04-13 03:33:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#8484