Commit 0b0d779
refactor: remove ts 3.7 compatibility type cast in ripple-rend… (#17934)
8fd9d7d added a compatibility type cast
to the ripple renderer. To actually fix the assignment in a non-cast
way that works for TS 3.6 and TS 3.7, we just assign the
`backgroundColor` style property if actually needed.1 parent 8a42b98 commit 0b0d779
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
151 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
152 | 155 | | |
153 | 156 | | |
154 | 157 | | |
| |||
0 commit comments