reference-marketing-website
reference-marketing-website copied to clipboard
TypeError: _jsxDEV is not a function
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.