You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would also love if full type checking was in the toolchain somewhere - checking for the components provided through MDXProvider, as also mentioned in the mdx-analyzer discussion:
For anyone looking for the current research on CLI TypeScript type checking in *.mdx files, some current research and first implementation experiments can be found here:
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: