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.9k stars 384 forks source link

TypeError: Cannot read properties of null (reading 'useMemo') in next.js #805

Open TimPchelintsev opened 4 weeks ago

TimPchelintsev commented 4 weeks ago

Describe the bug Getting error TypeError: Cannot read properties of null (reading 'useMemo') on page load using latest next.js 14.2.3(pages router) and @blocknote/react 0.13.5, dynamic import same like in https://www.blocknotejs.org/docs/advanced/nextjs

Misc

lequocbinh04 commented 3 days ago

Same problem

YousefED commented 3 days ago

Do you have the same with the latest version of BlockNote?