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
hey there, just ran into this as well -- maybe the website should note somewhere that the documentation is for a pre-release version and won't work as described?
Subject of the issue
Missing typescript files and typings from
@mdx-js/mdx
.I have installed version
"@mdx-js/mdx": "^1.6.22",
but I cannot see any typings.If I look into my
node_modules
folder, this is the output:There is no TypeScript nor
.d.ts
files.Steps to reproduce
yarn init -y
yarn add -D @mdx-js/mdx
The text was updated successfully, but these errors were encountered: