Skip to content

Commit a35c2f5

Browse files
Merge branch 'main' into fix/claude-code-mcp-transport-flag
2 parents 9d3b9cf + 5a806c1 commit a35c2f5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/Toc.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export function Toc({
3030
// Filter headings based on framework scope
3131
const visibleHeadings = React.useMemo(() => {
3232
return headings.filter((heading) => {
33-
console.log(heading)
3433
if (heading.framework) {
3534
return (
3635
currentFramework &&

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export default defineConfig({
2323
// CTA packages use execa which has a broken unicorn-magic dependency
2424
'@tanstack/cta-engine',
2525
'@tanstack/cta-ui',
26+
'@tanstack/cta-ui-base',
2627
'@tanstack/cta-framework-react-cra',
2728
],
2829
noExternal: ['drizzle-orm'],

0 commit comments

Comments
 (0)