hygraph / reference-marketing-website

Next.js starter for creating a SaaS Marketing Website with Hygraph ⚡️

Home Page:https://marketing-websites.withheadlesscms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: _jsxDEV is not a function

jimtyrro opened this issue · 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.