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
I had to use the code from Do it yourself on Getting Started and got into the problem where vscode says there is no skipExport at mdx(in my case, mdx.sync())
Your environment
Mac 10.15.2:
2.0.0-next.7:
Steps to reproduce
Tell us how to reproduce this issue. Please provide a working and simplified example.
🎉 BONUS POINTS for creating a minimal reproduction and uploading it to GitHub. This will get you the fastest support. 🎉
Expected behaviour
skipExport option should have existed at mdx api
Actual behaviour
skipExport option doesn't exist
The text was updated successfully, but these errors were encountered:
skipExport
does not exist in typeOptions
I had to use the code from
![스크린샷 2020-08-03 오후 4 42 17](https://user-images.githubusercontent.com/15892571/89158565-4a3e2f00-d5a9-11ea-8e25-e617d4380d4d.png)
Do it yourself
onGetting Started
and got into the problem where vscode says there is noskipExport
atmdx
(in my case,mdx.sync()
)Your environment
Steps to reproduce
Tell us how to reproduce this issue. Please provide a working and simplified example.
🎉 BONUS POINTS for creating a minimal reproduction and uploading it to GitHub. This will get you the fastest support. 🎉
Expected behaviour
skipExport
option should have existed atmdx
apiActual behaviour
skipExport
option doesn't existThe text was updated successfully, but these errors were encountered: