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
Hi and thank you very much for making your code public - it's a very nice and comprehensive styleguide. π
I am in the middle of creating one for my company using more or less the same stack. React, typescript and storybook.
I am very curious to find out if you managed to get mdx to check for types? I love the idea of making custom stories, but I don't like that it breaks my build without letting me know. I also experienced that it breaks without notice, if the file is missing a line break between code and heading for instance. Have you also experienced that?
Again - thanks a lot for letting your code live where I can learn from it. π―
And I hope it is okay that I ask you about this :)
Kind regards,
Anders
The text was updated successfully, but these errors were encountered:
Sadly we did not find a way yet to statically check types in mdx files . I'm following this issue on the TypeScript github, hoping that they support it one day.
As for the line breaks between the code and the heading, i haven't experienced that, but maybe @patricklafrance has.
Thank you very much for the reply, @patricklafrance and @alexasselin008.
We'll just need to be patient and hope that it will arrive at some point.
I'll stick with CSF format for now (even though that also have some issues).
Have a very nice weekend π
Hi and thank you very much for making your code public - it's a very nice and comprehensive styleguide. π
I am in the middle of creating one for my company using more or less the same stack. React, typescript and storybook.
I am very curious to find out if you managed to get mdx to check for types? I love the idea of making custom stories, but I don't like that it breaks my build without letting me know. I also experienced that it breaks without notice, if the file is missing a line break between code and heading for instance. Have you also experienced that?
Again - thanks a lot for letting your code live where I can learn from it. π―
And I hope it is okay that I ask you about this :)
Kind regards,
Anders
The text was updated successfully, but these errors were encountered: