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
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.
0 commit comments