You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`Auto` should infer from extension, while explicit user selection should override inference.
68
68
- Keep editor language, tools, and render pipeline wiring aligned with inferred tab kind.
69
69
70
-
6. Render cadence and stale-error recovery
71
-
72
-
- Preserve dependency-aware auto-render gating across add/remove/rename and entry changes.
73
-
- Eliminate stale error carryover: previous errors must not persist once source/runtime state is corrected.
74
-
- Ensure success transitions always clear prior preview error state and stale diagnostics payloads.
75
-
- Confirm blob/module disposal and rerender cleanup cannot preserve stale failing module graphs.
76
-
77
-
7. React runtime correctness in iframe preview
70
+
6. React runtime correctness in iframe preview
78
71
79
72
- Verify React mode event handlers execute against the latest compiled module output.
80
73
- Investigate and fix runtime regressions such as `TypeError: Assignment to constant variable` (for example from stale/cached module execution or invalid transform output).
81
74
- Ensure React mode uses consistent runtime contracts between transpile options, module prelude, and iframe bootstrap render path.
82
75
- Ensure React and DOM mode switching does not leave stale runtime state in the iframe.
83
76
77
+
7. Render cadence and stale-error recovery
78
+
79
+
- Validate stale-error recovery under remaining edge transitions (rapid mode switches, tab churn, and startup sequencing).
80
+
- Confirm blob/module disposal and rerender cleanup cannot preserve stale failing module graphs.
0 commit comments