1/1
Next.js 16.2.6 Turbopack Console Error
The tag is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter. features/posts/components/MdEditor.tsx (21:7) @ MdEditor
19 | return ( 20 |
21 | <MDEditor | ^ 22 | value={value} 23 | onChange={(v) => onChange(v ?? "")} 24 | height={500} Call Stack 29
Show 25 ignore-listed frame(s) anonymous MdEditor features/posts/components/MdEditor.tsx (21:7) PostForm features/posts/components/PostForm.tsx (168:9) NewPostInMenuPage app(public)[menu]\new\page.tsx (53:9)