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.89k stars 381 forks source link

Fix: [#860] TypeError: use_prefers_color_scheme__ is not a function #872

Closed Ark07 closed 4 days ago

Ark07 commented 5 days ago

usePrefersColorScheme is exported from use-prefers-color-scheme as named function and default

importing usePrefersColorScheme as named function will help in fixing the webpack 5 issue #860

vercel[bot] commented 5 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
blocknote ✅ Ready (Inspect) Visit Preview Jun 27, 2024 11:51pm
blocknote-website ✅ Ready (Inspect) Visit Preview Jun 27, 2024 11:51pm
vercel[bot] commented 5 days ago

@Ark07 is attempting to deploy a commit to the TypeCell Team on Vercel.

A member of the Team first needs to authorize it.

matthewlipski commented 4 days ago

Great, thanks!

Closes #873