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
Copy file name to clipboardExpand all lines: packages/progress-bar/src/ProgressBar.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ export class ProgressBar extends SizedMixin(
146
146
}
147
147
148
148
if(window.__swc.DEBUG){
149
-
if(change.has('over-background')){
149
+
if(changes.has('over-background')){
150
150
window.__swc.warn(
151
151
this,
152
152
`The "over-background" attribute on <${this.localName}> has been deprecated and will be removed in a future release. Use "static-color='white'" instead.`,
0 commit comments