-
Hi, I have cloned the LinkNode and LinkPlugin to do my own stuff in previous 0.16.3 version. I have upgrade to 0.17.0 and now the build fails. I have no idea how to fix it, because I have already cloned these files again to match the exact content of 0.17.0 version. Link to a working version based on 0.16.3 I would appreciate any pointer. Thank you. I have the files: AnnotationNode => copy of LinkNode It fails to build the AnnotationPlugin in the line of code "if (!editor.hasNodes([AnnotationNode])) {":
AnnotationNode is an exact copy/paste of LinkNode replaced the words LinkNode with AnnotationNode
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved. Very stupid error, I forgot to update in the package.json the dependency @lexical/react, I did only update the lexical. Here is how to fix
Shame on me |
Beta Was this translation helpful? Give feedback.
Solved.
Very stupid error, I forgot to update in the package.json the dependency @lexical/react, I did only update the lexical.
Here is how to fix
Shame on me