-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mismatching "lexical" dependency versions found: [email protected] #9134
Comments
Please add a reproduction in order for us to be able to investigate. Depending on the quality of reproduction steps, this issue may be closed if no reproduction is provided. Why was this issue marked with the
|
I had an issue that might be related as well. The LinkFeature stopped working and I ended up adding [email protected] as a dependency to my package.json. After deleting the lock file and reinstalling the packages, it worked again. |
Hey @gor3a, @khnn, and @OkanUnalll, I believe this was fixed as of |
Closing, as this is now fixed in beta.128/129. We've also upgraded lexical to 0.20.0. As I often see people struggling to get the correct dependencies installed, I'll include this little guide here ⬇ Here's the easiest and most reliable way to manage your packages, so that you have no dependency issues:
If you're coming from beta 127 or earlier, please follow this migration guide: https://github.com/payloadcms/payload/releases/tag/v3.0.0-beta.128 |
Describe the Bug
I used
npx create-payload-app@beta
after the setup and dev the app I got itLink to the code that reproduces this issue
npx create-payload-app@beta -t website
Reproduction Steps
npx create-payload-app@beta
Which area(s) are affected? (Select all that apply)
plugin: richtext-lexical, plugin: richtext-slate
Environment Info
The text was updated successfully, but these errors were encountered: