Open maltseva-k opened 1 year ago
Any solutions? I also have the same problem
Hi, Dmitry!
My colleagues and I found a working solution for us:
npm install --save element-tiptap then npm install --save tiptap-extensions then npm i element-ui@^2.0.0 --save then npm i prosemirror-tables@^0.9.1 --save
Try it too :)
Hi,
I'm facing the same problem and I tried a lot of suggestions to fix it (including @maltseva-k) without luck.
I'm also tried the solutions provided in tiptap github issues.
Thanks!
hi!
I got an error 'Duplicate use of selection JSON ID error' (This is in reference to a line of code somewhere that reads: "prosemirrorState.Selection.jsonID("cell", CellSelection);") after installing with 'npm install --save element-tiptap'
What have I done to try to fix this issue?
Steps to reproduce the behavior:
npm install --save element-tiptap
added element-tip-tap to the page, i used this option:
npm run dev
open page with elementTipTap
See error 'Duplicate use of selection JSON ID'
Expected behavior Running component :)))
Screenshots
Desktop (please complete the following information):