-
Notifications
You must be signed in to change notification settings - Fork 62
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
RangeError: Duplicate use of selection JSON ID cell #54
Comments
quasar-tiptap is a quasar-based project, which depends on quasar and some quasar's components. |
I'm also experiencing this on a quasar project. here are dependency versions:
|
I have the same problem. Using tiptap only seems to work ... |
I was able to resolve it by uninstalling all of quasar tiptap's dependencies and reinstalling. Then make sure you are configuring quasar-tiptap to run only the client in your boot file |
This is all a bit new to me but what I have found out is this: So, to my app's package.json I added the following to ensure I have the latest versions in my app,
then deleted the
As far as actually using |
Hi, I'm trying to use this amazing component but the following error is thrown when i import it:
I'm using it as the README.md says.
Template side:
<quasar-tiptap v-bind="options" />
Script side:
import { QuasarTiptap, RecommendedExtensions } from "quasar-tiptap";
import "quasar-tiptap/lib/index.css";
Current version is: "quasar-tiptap": "^1.9.1"
I love this amazing project, I hope you could help me.
PD: My project is just a Vue/Nuxt project, not Quasar project.
The text was updated successfully, but these errors were encountered: