79078190

Date: 2024-10-11 12:23:18
Score: 0.5
Natty:
Report link

It looks like what you're importing as MDXRemote is not a React component. According to the docs, you want to import it like this:

import { MDXRemote } from 'next-mdx-remote';
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Jonathan Rys