File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ See our homepage @ [https://www.blocknotejs.org](https://www.blocknotejs.org/) o
2929
3030[ ![ npm version] ( https://badge.fury.io/js/%40blocknote%2Freact.svg )] ( https://badge.fury.io/js/%40blocknote%2Freact )
3131
32- BlockNote packages are ESM-only. Use ` import ` (or dynamic ` import() ` ) to load them;
33- CommonJS ` require() ` entry points are no longer provided.
34-
3532``` typescript
3633import { useCreateBlockNote } from " @blocknote/react" ;
3734import { BlockNoteView } from " @blocknote/mantine" ;
Original file line number Diff line number Diff line change 22 "name" : " @blocknote/xl-ai-server" ,
33 "homepage" : " https://github.com/TypeCellOS/BlockNote" ,
44 "private" : true ,
5- "sideEffects" : true ,
5+ "sideEffects" : [
6+ " ./src/index.ts" ,
7+ " ./dist/blocknote-xl-ai-server.js"
8+ ],
69 "license" : " GPL-3.0 OR PROPRIETARY" ,
710 "version" : " 0.55.0" ,
811 "files" : [
You can’t perform that action at this time.
0 commit comments