We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not able to import some components I am trying to create a custom FormattingToolbar but I am not able to import those prebuilt components.
To Reproduce
Fix I guess that is needed to update the index.ts file to include those new components
Misc
The text was updated successfully, but these errors were encountered:
Good catch, we forgot to export these
Sorry, something went wrong.
fix: export react components #1509
b1efb22
@nperez0111 Same problem with TableRowHeaderItem and TableColumnHeaderItem https://github.com/TypeCellOS/BlockNote/blob/main/packages/react/src/components/SideMenu/DragHandleMenu/DefaultItems/TableHeadersItem.tsx
fix(react): export react components #1509 (#1510)
500e887
No branches or pull requests
Not able to import some components
I am trying to create a custom FormattingToolbar but I am not able to import those prebuilt components.
To Reproduce
Fix
I guess that is needed to update the index.ts file to include those new components
Misc
The text was updated successfully, but these errors were encountered: