You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
I uninstalled and reinstalled the modules.
I have updated all other node modules.
I have tried removing and recreating the node_modules folder.
and, what turned out to be the only solution that worked, renamed the 'node-modules' folder (path: node_modules/tiptap-extensions/node_modules) to 'node-modules--' (path: node_modules/tiptap-extensions/node_modules--)
Steps to reproduce the behavior:
npm install --save element-tiptap
added element-tip-tap to the page, i used this option:
<script>
import { ElementTiptap } from 'element-tiptap';
import 'element-ui/lib/theme-chalk/index.css';
import 'element-tiptap/lib/index.css';
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
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:
import { ElementTiptap } from 'element-tiptap';
import 'element-ui/lib/theme-chalk/index.css';
import 'element-tiptap/lib/index.css';
Expected behavior
Running component :)))
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: