Cannot read properties of undefined (reading 'origin')

does anyone facing this error when get Y.Doc:

│ [2025-03-09T14:48:16.397] [ERROR] default - apply update failed TypeError: Cannot read properties of undefined (reading 'origin')                            │
│     at Item.integrate (file:///home/node/app/node_modules/yjs/dist/yjs.mjs:9936:41)                                                                          │
│     at integrateStructs (file:///home/node/app/node_modules/yjs/dist/yjs.mjs:1596:21)                                                                        │
│     at file:///home/node/app/node_modules/yjs/dist/yjs.mjs:1661:25                                                                                           │
│     at transact (file:///home/node/app/node_modules/yjs/dist/yjs.mjs:3407:14)                                                                                │
│     at readUpdateV2 (file:///home/node/app/node_modules/yjs/dist/yjs.mjs:1649:3)                                                                             │
│     at applyUpdateV2 (file:///home/node/app/node_modules/yjs/dist/yjs.mjs:1744:3)                                                                            │
│     at Module.applyUpdate (file:///home/node/app/node_modules/yjs/dist/yjs.mjs:1758:58)                                                                      │
│     at file:///home/node/app/dist/storage/adapter/postgresql/postgresql_persistance.js:24:23                                                                 │
│     at transact (file:///home/node/app/node_modules/yjs/dist/yjs.mjs:3407:14)                                                                                │
│     at Doc.transact (file:///home/node/app/node_modules/yjs/dist/yjs.mjs:544:12)

I tracing the code and found the getItemCleanEnd get a GC object that cause this error: