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
..
2025-12-23 18:02:10 +08:00
2026-01-25 00:00:03 +08:00
2026-01-24 15:04:51 +08:00
2026-01-19 21:11:44 +08:00
2026-01-06 19:30:38 +08:00
2025-12-23 23:55:21 +08:00
2025-12-23 16:58:55 +08:00
2026-01-25 00:16:30 +08:00
2025-12-23 16:58:55 +08:00
2026-01-27 00:43:58 +08:00
2026-01-25 00:00:03 +08:00
2026-01-26 18:29:38 +08:00
2026-01-20 18:43:01 +08:00
2026-01-18 13:40:12 +08:00
2026-01-27 01:23:08 +08:00
2025-12-23 16:58:55 +08:00
2026-01-22 16:13:09 +08:00
2025-12-23 16:58:55 +08:00
2026-01-27 00:14:33 +08:00
2026-01-26 23:21:44 +08:00
2026-01-26 18:09:46 +08:00
2026-01-26 17:50:18 +08:00
2026-01-22 22:40:32 +08:00
2026-01-20 09:54:41 +08:00
2026-01-17 10:22:41 +08:00
2025-12-23 16:58:55 +08:00
2026-01-17 22:10:10 +08:00
2026-01-21 14:57:54 +08:00
2025-12-23 16:58:55 +08:00
2025-12-23 16:58:55 +08:00
2025-12-23 16:58:55 +08:00
2026-01-13 22:28:30 +08:00
2025-12-31 11:13:22 +08:00
2026-01-25 16:30:50 +08:00
2026-01-25 00:00:03 +08:00
2025-12-23 16:58:55 +08:00
2025-12-29 14:52:32 +08:00
2026-01-25 00:00:03 +08:00
2026-01-20 15:42:53 +08:00
2025-09-16 10:20:12 +08:00
2025-12-23 16:58:55 +08:00
2026-01-26 17:50:18 +08:00
2026-01-25 00:00:03 +08:00
2026-01-22 16:13:09 +08:00
2025-12-31 11:13:22 +08:00