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 the same issue - also with next.js and mdx. I think it's because btoa is only available on the browser and not with node. I'm not sure how to solve it though.
I'm using this plugin with mdx.js - https://mdxjs.com/ and next.js - https://nextjs.org/
The project is located at - https://github.com/robertsmieja/nextjs-md-sandbox
Steps the reproduce:
remark-code-screenshot
plugin innext.config.js
npm run dev
This is the code that seems be causing the issue:
OS: Windows 10 64-bit
Node.js: v12.16.0
npm: 6.13.4
The text was updated successfully, but these errors were encountered: