How can you type check React props with this plugin? #464
Labels
☂️ area/types
This affects typings
help wanted 🙏
This could use your insight or help
👍 phase/yes
Post is accepted and can be worked on
🦋 type/enhancement
This is great to have
Initial checklist
Problem
I want to have a system where the author can't render a React component in mdx with the wrong props.
Example
Solution
I'd get an eslint error when I try to render a React component in mdx with bad props
Alternatives
I guess this is done together with plugin:@typescript-eslint?
The text was updated successfully, but these errors were encountered: