-
-
Notifications
You must be signed in to change notification settings - Fork 608
Closed
Labels
Description
Describe the bug
I used this library with a fresh Next.js @ 14.1.4 release. On loading the editor as guided here- https://www.blocknotejs.org/docs/advanced/nextjs, the slash menu style is broken -
Also, noticed that this style is broken -
To Reproduce
- Create a next js project -
npx create-next-app@latest blocknote-next-js --typescript --eslint
cd blocknote-next-js
- Add blocknote lib -
npm install @blocknote/core @blocknote/react
- Follow the guide - https://www.blocknotejs.org/docs/advanced/nextjs and add the Editor
- Start development server
- Press
/
and you'll get the distorted styling
Misc
- Node version: 18.18.0
- Package manager: 9.8.1
- Browser: Google Chrome - Version 123.0.6312.59 (Official Build) (arm64)
Note
I'm using the exact same code as suggested in the doc. Have already imported the "react/style.css"
quuu, wisteken, RolandoAndrade, DaviRJ and benjamin-kraatz