primitives
                                
                                 primitives copied to clipboard
                                
                                    primitives copied to clipboard
                            
                            
                            
                        Cannot find module '@radix-ui/react-accordion' or its corresponding type declarations.
Hi,
I'm currently using shadcn component lib and I'm having this issue "Cannot find module '@radix-ui/react-accordion' or its corresponding type declarations.".
The setup of course is done by shadcn via CLI, I only imported it.
I tried to remove @radix-ui/react-accordion and add it again but it didn't work, can someone please suggest any fix!
Thanks.
I'm using:
- yarn
- @radix-ui/react-accordion - 1.1.2
- TypeScript: 4.9.5
Hi, to solve this problem, just install the missing module, with yarn, npm or pnpm (npm i @radix-ui/react-accordion)
This isn't an issue with the primitives library.