dikaioAI
dikaioAI
same error when deleting the last cell of a table "@blocknote/react": "^0.22.0" "react": "^19.0.0" Chrome Version: 132.0.6834.160 (Official Build) (64-bit) Also we got this: ``` TypeError: Cannot read properties of...
Is there a fix for that? It happens to us as well
```ts const pool = new Pool({ connectionString: process.env.DATABASE_URL, max: Number(process.env.DATABASE_CONNECTION_LIMIT) || 1, ssl: { rejectUnauthorized: false }, }); const adapter = new PrismaPg(pool, { schema: getSchema(), }); return new PrismaClient({...