Commit 0f0d481
fix(xl-ai): remove 'use client' from server entry (BLO-1235)
The "@blocknote/xl-ai/server" entry carried a "use client" directive,
which the build copied into dist/server.js. Frameworks like Next.js then
treated the whole server bundle as client-only, breaking server usage of
exports such as injectDocumentStateMessages.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 9cbf2ad commit 0f0d481
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
0 commit comments