-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Bug]: Dragging Only A Part Creates Duplicate Unique-ID #5578
Comments
Hm that is strange because it should be rewriting if there is every a duplicate ID valid bug on our side that @bdbch could help with |
Any updates on this one @bdbch @nperez0111? This is actually a huge problem, because I expect ids to be unique as they should. Unfortunately, the Unique-ID is a pro plugin, so the code is obfuscated. Thank you in advance!! |
I'll take a look into this tomorrow |
Thank you @bdbch! |
@guarmo looked into it and pushed a fix for this. :) Should hit live soon. |
So for this bug to disappear we have to purchase PRO? |
The bug is in the PRO extension so not sure what you are referencing here? |
Affected Packages
@tiptap-pro/extension-unique-id, @tiptap-react
Version(s)
2.10.11
Bug Description
Simple steps to reproduce:
As you can see we have now created two nodes with a duplicate id. I have also reproduced that locally with the latest packages.
Quick-Fix
We have fixed it by automatically forcing the user to select the whole heading.
Info
Our team would really like to use this pro extension in production. However, this is the third bug we have encountered after testing it for two days. Is this extension considered stable or is it experimental?
It would be great if some additional logic or automated tests would be added that ensures the stability of this great plugin. We have a business-critical application and having suddenly two nodes with duplicate ids poses a big threat to us.
Thank you very much in advance for your help.
Browser Used
Chrome
Code Example URL
No response
Expected Behavior
Unique-ids should be unique as the name suggests.
Additional Context (Optional)
No response
Dependency Updates
The text was updated successfully, but these errors were encountered: