You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to flowbee's update() calls triggering simultaneous document updates. For example if link.yaml has default values for both shape and points, the following stack is produced (unless action prop suppresses default update call).
ERR Error: file:///Users/donald/workspaces/scorch/scorch/test/api/flows/flowbee.flow has changed in the meantime
at i.apply (workbench.desktop.main.js:sourcemap:893:20315)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async u._performTextEdits (workbench.desktop.main.js:sourcemap:2666:96787)
at async u.perform (workbench.desktop.main.js:sourcemap:2666:96208)
at async apply (workbench.desktop.main.js:sourcemap:2666:98420)
workbench.desktop.main.js:sourcemap:610 WARN IGNORING workspace edit Error: file:///Users/donald/workspaces/scorch/scorch/test/api/flows/flowbee.flow has changed in the meantime
at i.apply (workbench.desktop.main.js:sourcemap:893:20315)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async u._performTextEdits (workbench.desktop.main.js:sourcemap:2666:96787)
at async u.perform (workbench.desktop.main.js:sourcemap:2666:96208)
at async apply (workbench.desktop.main.js:sourcemap:2666:98420)
The text was updated successfully, but these errors were encountered:
Due to flowbee's update() calls triggering simultaneous document updates. For example if link.yaml has default values for both
shape
andpoints
, the following stack is produced (unlessaction
prop suppresses default update call).The text was updated successfully, but these errors were encountered: