mdx-editor / editor

A rich text editor React component for markdown
https://mdxeditor.dev
MIT License
1.57k stars 124 forks source link

Support React 19RC #489

Closed jsoneaday closed 4 weeks ago

jsoneaday commented 4 weeks ago

I am using 3.4.1 but it appears it needs React 18? I get error peer react@"^18.2.0" from @mdxeditor/editor@3.4.1

Any roadmap for React 19 support?

petyosi commented 4 weeks ago

It should be a matter of bumping the peer dependency in package.json. You can open a PR for that.

jsoneaday commented 4 weeks ago

Thanks but turns out many of my packages have a pre 19 peerDependency. So I ended up adding a .npmrc file with the legacy-peer-deps flag set to true and this seems to work.