-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Support In typescript file #27
Comments
Could you share more about your setup? Your Vite configuration, project structure, or ideally steps to reproduce the error. |
@silvenon Thank you for your reply here you can get the project |
The problem is with TypeScript, not declare module '*.mdx' {
let MDXComponent: (props: Record<string, unknown>) => JSX.Element
export default MDXComponent
} If you need to be more specific about a particular |
@silvenon Thanks. you are right,it's typescript proplem |
in index.tsx
and the lint told me
The text was updated successfully, but these errors were encountered: