Replaces the flowdrop.es.js bundle inside flowdrop_ui_components/lib/ to raise the Svelte effect depth limit
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3578059. -->
Reported by: [gxleano](https://www.drupal.org/user/3591999)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>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.</p>
<p>This isn't an actual infinite loop, it's just a complex UI with many reactive dependencies that needs more iterations to settle.</p>
<p>We would need to check it at library level.</p>
issue