Files
Tomek Zawadzki dfa98d5946 Unblock React Compiler for 6 components with try/finally that cannot hoist
The earlier pass moved `finally` bodies below the try/catch, which is only
valid when a `catch` completes normally. These are the leftovers.

Where the catch does complete normally but a nested callback happened to
contain a `return`, the same hoist applies after all - InterestsSettings and
DeleteAccountDialog were false positives in the first pass's scan.

Where there is no `catch`, the cleanup has to survive the throw path, so the
try/finally moves into `withCleanup` at module scope instead. Same semantics,
outside the compiled function.

Skipped components: 125 -> 119.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-25 16:31:59 +02:00
..
2026-04-17 02:42:10 -07:00
2026-08-13 12:26:22 -07:00
2025-09-09 08:38:21 -07:00
2025-08-14 01:12:31 +03:00
2026-08-13 12:26:23 -07:00
2025-10-10 11:16:40 -05:00