TypeCellOS / BlockNote

A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.
https://www.blocknotejs.org/
Mozilla Public License 2.0
5.88k stars 379 forks source link

stackblitz examples crashed #732

Open HiChen404 opened 1 month ago

HiChen404 commented 1 month ago

Describe the bug

When I click on the stackblitz examples in the document, I get an error and the editor crashed.

Almost all stackblitz examples have this problem, does anyone know what's going on?

image

To Reproduce

Checkout this offical example:

https://www.stackblitz.com/github/TypeCellOS/BlockNote/tree/main/examples/05-custom-schema/02-suggestion-menus-mentions/

Misc

YousefED commented 1 month ago

Thanks, was able to reproduce this and will look into it

noblejasper commented 1 month ago

When I put a Mention on it, I got an error even at hand and the Editor was displayed blank. It would be helpful if you could tell us how to deal with this temporarily.

Is it also the same issue here? https://github.com/TypeCellOS/BlockNote/issues/750

noblejasper commented 1 month ago

@YousefED @HiChen404 It does not seem to occur with the following versions. At least I did not reproduce it once.

    "@blocknote/core": "^0.13.0",
    "@blocknote/mantine": "^0.13.0",
    "@blocknote/react": "^0.13.0",

Incidentally, the following version caused this problem

    "@blocknote/core": "^0.13.0",
    "@blocknote/mantine": "^0.13.1",
    "@blocknote/react": "^0.13.1",

Once I'm done I'll use 0.13.0