Replies: 2 comments
-
tsconfig.json {
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler"
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
https://www.bits-ui.com/docs/components/accordion#root
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I started with the "Getting Started" section of the documentation and followed the steps as instructed, but encountered this error. I'm unsure if this is a bug, but I believe something must be wrong here.
At line1:
.Root
Dependencies Version
Beta Was this translation helpful? Give feedback.
All reactions