mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-04-23 16:42:54 -04:00
* fix: eliminate re-render loop causing export failures - Remove onModelUpdated callback that triggered infinite re-render cycles - Replace debounce hack with controlled useEffect-based export timing - Ensure DOM stability before export execution to prevent null containerRef - Add isExporting guard to prevent concurrent export operations Resolves issue where image export functionality was completely broken due to infinite re-rendering caused by onModelUpdated callback. Fixes #84 * Update packages/fossflow-lib/src/components/ExportImageDialog/ExportImageDialog.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fixed connectors --------- Co-authored-by: Manfred Michaelis <mm@michm.de> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Stan <stanleylsmith@pm.me>