Problem/Motivation
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.
Comments
Comment #2
gxleano commentedComment #3
gxleano commentedComment #4
d34dman commentedThis should be fixed in latest release.
Comment #5
d34dman commentedComment #6
d34dman commented