Closed (fixed)
Project:
FlowDrop
Version:
1.2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Mar 2026 at 16:49 UTC
Updated:
2 Apr 2026 at 08:35 UTC
Jump to comment: Most recent
The FlowDrop workflow editor UI uses Svelte components with reactive state. When workflows have many nodes/fields, the reactive updates can legitimately exceed Svelte's default 1,000-iteration safety limit causing the entire editor to crash with effect_update_depth_exceeded.
This isn't an actual infinite loop, it's just a complex UI with many reactive dependencies that needs more iterations to settle.
We would need to check it at library level.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
gxleano commentedComment #3
gxleano commentedComment #4
d34dman commented@gxleano, the bug is a side-effect (pun intended) of reactive state with circular dependency.
Is this still happening with latest version of FlowDrop?
Comment #5
d34dman commented@gxleano, could you please check if the bug goes away if you turn off "proximity connect" ?
Comment #6
d34dman commented