-
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
removed @blocknote/core from dependencies #6580
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
The pull request removes the @blocknote/core
dependency from package.json
, addressing issues with block duplication and bullet point indentation in the RichTextEditor.
- Removed
@blocknote/core
frompackage.json
. - Updated
/packages/twenty-front/src/modules/activities/components/RichTextEditor.tsx
to handle block movements and indentation without@blocknote/core
. - Ensured
BlockEditor
and related components in/packages/twenty-front/src/modules/ui/input/editor/components/BlockEditor.tsx
function correctly without@blocknote/core
. - Verified that all imports and usages of
@blocknote/core
are properly handled to avoid runtime errors.
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
The pull request removes the @blocknote/core
dependency from package.json
, addressing issues with block duplication and bullet point indentation in the RichTextEditor.
- Removed
@blocknote/core
frompackage.json
. - Updated
/packages/twenty-front/src/modules/activities/components/RichTextEditor.tsx
to handle block movements and indentation without@blocknote/core
. - Ensured
BlockEditor
and related components in/packages/twenty-front/src/modules/ui/input/editor/components/BlockEditor.tsx
function correctly without@blocknote/core
. - Verified that all imports and usages of
@blocknote/core
are properly handled to avoid runtime errors.
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
Thanks @ehconitin for your contribution! |
Fixes #6564 & #6561
@FelixMalfait
Removed @blocknote/core from dependencies
2024-08-08.16-33-36.mp4