Replies: 1 comment 4 replies
-
Hi! Your code looks off? So I don’t understand. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys! I'm wondering if it's possible to format and Typescript/Eslint check. Like in this case I should see a parsing error for the
subtitle
prop. From what I've researched till this point I think it's not possible as that's just a string so these checks won't be possible. But is there maybe another way to achieve that?I need to be sure that if I'll take that code snippet at paste it in the project it'll work out of the box and at the same time I need to have the possibility to show that snippet in the
.mdx
file.Beta Was this translation helpful? Give feedback.
All reactions