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
Currently, when working with MDX stories in our project, we have noticed that typechecking is not as robust as we would like it to be. This can lead to potential bugs and errors down the line, which we want to avoid.
Following options are considered
Update the TypeScript configuration to include stricter type checking rules for MDX files.
Enabling vscode plugin for MDX and upgrading MDX to ver 2
Improve the documentation for how to work with MDX stories and ensure that developers are aware of the importance of typechecking.
If all above fail, we can try MDX-flavoured embedded stories
The text was updated successfully, but these errors were encountered:
Currently, when working with MDX stories in our project, we have noticed that typechecking is not as robust as we would like it to be. This can lead to potential bugs and errors down the line, which we want to avoid.
Following options are considered
The text was updated successfully, but these errors were encountered: