Files
dify/web/app/components/workflow
yyh 8332f0de2b fix(workflow): reinitialize mounted ref on effect setup for StrictMode
In React StrictMode (dev mode), effects are run twice to help detect
side effects. The cleanup-only pattern left isMountedRef as false after
StrictMode's simulated unmount-remount cycle, causing stop/cancel
operations to be skipped even when the component was mounted.

Now the effect setup explicitly sets isMountedRef.current = true,
ensuring correct behavior in both development and production.
2026-01-27 01:23:08 +08:00
..
2026-01-19 21:11:44 +08:00
2026-01-06 19:30:38 +08:00
2026-01-25 00:16:30 +08:00
2026-01-18 13:40:12 +08:00
2026-01-26 18:09:46 +08:00
2026-01-17 22:10:10 +08:00
2026-01-21 14:57:54 +08:00