Commit a7fe128
authored
fix(cdk/stepper): linear updates not reflected in the DOM (#33007)
In #31208 I converted a bunch of the shared stepper state to signals in order to resolve "changed after checked errors". I didn't do it for `linear` which ends up being used in a `computed` and results in the DOM sometimes being out of sync. These changes update `linear` to use signals under the hood.
Fixes #32964.1 parent 7806398 commit a7fe128
2 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
345 | 352 | | |
346 | 353 | | |
347 | 354 | | |
| |||
0 commit comments