mdx-editor / editor

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

getting duplicate react errors when importing the package #453

Closed sarah-finley closed 2 months ago

sarah-finley commented 2 months ago

im getting a duplicate react error (im running on v17 but seems like there's dev dependency for react 18)...

not sure if this is related, but even though it compiles i get this error as well react__WEBPACK_IMPORTED_MODULE_0__.useSyncExternalStore is not a function

is the only solution migrating to react 18?

petyosi commented 2 months ago

Yes, you need to upgrade.