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

gxleano created an issue. See original summary.

gxleano’s picture

Assigned: gxleano » d34dman
gxleano’s picture

Issue summary: View changes
d34dman’s picture

Version: 1.0.x-dev » 1.2.2

This should be fixed in latest release.

d34dman’s picture

Status: Active » Needs review
d34dman’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.