We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d3b9cf + 5a806c1 commit a35c2f5Copy full SHA for a35c2f5
src/components/Toc.tsx
@@ -30,7 +30,6 @@ export function Toc({
30
// Filter headings based on framework scope
31
const visibleHeadings = React.useMemo(() => {
32
return headings.filter((heading) => {
33
- console.log(heading)
34
if (heading.framework) {
35
return (
36
currentFramework &&
vite.config.ts
@@ -23,6 +23,7 @@ export default defineConfig({
23
// CTA packages use execa which has a broken unicorn-magic dependency
24
'@tanstack/cta-engine',
25
'@tanstack/cta-ui',
26
+ '@tanstack/cta-ui-base',
27
'@tanstack/cta-framework-react-cra',
28
],
29
noExternal: ['drizzle-orm'],
0 commit comments