带有连接表监听器的导数对变化不做出反应
作者: oersted创建于 2025年2月12日更新于 2025年2月12日
描述错误
Derivative 监听连接表列时,无法对其依赖项中的任何变化做出反应,即使被更改的列不是连接表列。云函数的日志显示以下内部错误:
TypeError: change.before.get(...).map is not a function at .updateLinks ( /workspace/src/propagates/index.js:22 ) at undefined. ( /workspace/src/propagates/index.js:46 ) at .Array.forEach at .propagate ( /workspace/src/propagates/index.js:46 ) at undefined. ( /workspace/src/index.js:58 ) at process.processTicksAndRejections ( node:internal/process/task_queues:95 )
我还曾经在使用 change.after.get 时看到过同样的错误,但不太常见。
内容来源: buildship-ai/rowy