reference-marketing-website icon indicating copy to clipboard operation
reference-marketing-website copied to clipboard

TypeError: _jsxDEV is not a function

Open jimtyrro opened this issue 1 year ago • 0 comments

error

If anyone encountered this issue, the bundled next-mdx-remote dependency had ver. 4.0.2 installed.

Just update to the latest version:

npm uninstall next-mdx-remote && npm install next-mdx-remote.

This installed ver 4.4.1 and fixed the issue.

jimtyrro avatar Jul 03 '23 14:07 jimtyrro