[PR #7192] [MERGED] docs: fix SVG attributes and fumadocs type imports #24033

Closed
opened 2026-04-15 22:08:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7192
Author: @bytaesu
Created: 1/8/2026
Status: Merged
Merged: 1/8/2026
Merged by: @bytaesu

Base: canaryHead: 2026-01-08/chore/docs-misc


📝 Commits (1)

  • f4ebcbe docs: fix SVG attributes and fumadocs type imports

📊 Changes

7 files changed (+21 additions, -20 deletions)

View changed files

📝 docs/app/community/_components/stats.tsx (+2 -2)
📝 docs/components/docs/docs.client.tsx (+4 -2)
📝 docs/components/docs/docs.tsx (+2 -2)
📝 docs/components/docs/layout/toc.tsx (+1 -1)
📝 docs/components/docs/page.client.tsx (+4 -4)
📝 docs/components/docs/page.tsx (+1 -2)
📝 docs/components/sidebar-content.tsx (+7 -7)

📄 Description

docs

Summary by cubic

Fixed React SVG attribute casing and updated fumadocs type imports to match the current API, removing console warnings and TypeScript errors in docs.

  • Bug Fixes
    • Converted SVG attributes to camelCase (strokeWidth, strokeLinejoin, etc.) for proper rendering.
    • Moved fumadocs types from server modules to page-tree/toc and unified SidebarTrigger/useSidebar imports under fumadocs-ui/components/sidebar/base.

Written for commit f4ebcbeb75. Summary will update on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/7192 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/8/2026 **Merged by:** [@bytaesu](https://github.com/bytaesu) **Base:** `canary` ← **Head:** `2026-01-08/chore/docs-misc` --- ### 📝 Commits (1) - [`f4ebcbe`](https://github.com/better-auth/better-auth/commit/f4ebcbeb753b1ff30e4a59cf50f3d78298c8e99c) docs: fix SVG attributes and fumadocs type imports ### 📊 Changes **7 files changed** (+21 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `docs/app/community/_components/stats.tsx` (+2 -2) 📝 `docs/components/docs/docs.client.tsx` (+4 -2) 📝 `docs/components/docs/docs.tsx` (+2 -2) 📝 `docs/components/docs/layout/toc.tsx` (+1 -1) 📝 `docs/components/docs/page.client.tsx` (+4 -4) 📝 `docs/components/docs/page.tsx` (+1 -2) 📝 `docs/components/sidebar-content.tsx` (+7 -7) </details> ### 📄 Description <img width="954" height="286" alt="docs" src="https://github.com/user-attachments/assets/ab1d946a-7311-4c32-b70c-d3269a0090c3" /> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Fixed React SVG attribute casing and updated fumadocs type imports to match the current API, removing console warnings and TypeScript errors in docs. - **Bug Fixes** - Converted SVG attributes to camelCase (strokeWidth, strokeLinejoin, etc.) for proper rendering. - Moved fumadocs types from server modules to page-tree/toc and unified SidebarTrigger/useSidebar imports under fumadocs-ui/components/sidebar/base. <sup>Written for commit f4ebcbeb753b1ff30e4a59cf50f3d78298c8e99c. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 22:08:19 -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#24033