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
Writing stories using MDX is nice but we lose static typing checks so stories can easily get outdated without notifying. I was unable to find a solution for this so for now we keep using CSF.
Is there any tooling/configuration to typecheck MDX files?
The text was updated successfully, but these errors were encountered:
Not AFAIK. I know MDX v2 is coming out soon and might have some Typescript-related features, but I'm unclear on the extent of that work. You're better off asking there: mdx-js/mdx#1041
Our components library is written in Typescript.
Writing stories using MDX is nice but we lose static typing checks so stories can easily get outdated without notifying. I was unable to find a solution for this so for now we keep using CSF.
Is there any tooling/configuration to typecheck MDX files?
The text was updated successfully, but these errors were encountered: