We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all, I love this package! It works fine with React 17.0.2, but cannot compile with React 18.0.0
We get this error message:
node_modules/markdown-to-jsx/dist/index.d.ts:53:73 - error TS2694: Namespace 'React' has no exported member 'Props'. 53 createElement: (tag: Parameters<CreateElement>[0], props: React.Props<any>, ...children: React.ReactChild[]) => JSX.Element; ~~~~~
The text was updated successfully, but these errors were encountered:
Quick bandaid to get around the build error is to add "skipLibCheck": true to your tsconfig
"skipLibCheck": true
Sorry, something went wrong.
Good to know. Thanks!
Oh hmm, I guess they must have changed the types. We can fix it for v8
No branches or pull requests
First of all, I love this package!
It works fine with React 17.0.2, but cannot compile with React 18.0.0
We get this error message:
The text was updated successfully, but these errors were encountered: