Closed with-heart closed 2 years ago
Latest commit: a77a7c6eaf08526212bda88dec4e053c7901c68f
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
That feels like reasonable explanation to me 👍🏻
Hi there!
This PR resolves an issue I was running into when using
remark-shiki-twoslash
with@mdx-js/loader
.When using a twoslash code block with a TypeScript generic that has a type error,
@mdx-js/loader
throws an exception when attempting to render the Twoslash failure message block.Here's the code block I was trying to use: