Marsee✨

Results 1 comments of Marsee✨

Here is the full code for Alert.tsx https://www.blocknotejs.org/examples/alert-block File: [sample.txt](https://github.com/TypeCellOS/BlockNote/files/13228963/sample.txt) It's still reproducing ![image](https://github.com/TypeCellOS/BlockNote/assets/57190250/f3bdfa64-3e56-4a7a-b96f-6de61375fe58) **Just slightly correct the condition in** const blockIsEmpty = block.content!.length === 0; **to** const blockIsEmpty =...