editor breaks anytime I update any of the plate packages. #3498
Answered
by
sewellstephens
sewellstephens
asked this question in
Q&A
-
Anytime I update any of the plate packages in my app, the editor completely breaks. I've been able to fix all but one of the errors and the one I cant fix is this one:
I cant figure out the cause of the above error and im basically stuck and cant push any more updates to my app until fixed. |
Beta Was this translation helpful? Give feedback.
Answered by
sewellstephens
Sep 12, 2024
Replies: 1 comment 12 replies
-
See https://github.com/udecode/plate/blob/main/BREAKING_CHANGES.md. There is no |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@trancethehuman @zbeyens got my editor working again days ago and meant to close the discussion, although i forgot to.
I basically had to update every single dependency using a tool i found npm-check-updates and then update a bunch of import statements.
after that my editor started working again aside from a bug i had to work around
@zbeyens their is a bug i had to work around in the onchange event where if i use a react useState hook, the editor starts acting weird and stops functioning. I ended up having to call my database function directly in onChange event.