Skip to content

Commit cf28e9b

Browse files
cdransfRajdeepc
andcommitted
Update packages/progress-bar/src/ProgressBar.ts
Co-authored-by: Rajdeep Chandra <[email protected]>
1 parent a5f757c commit cf28e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/progress-bar/src/ProgressBar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export class ProgressBar extends SizedMixin(
146146
}
147147

148148
if (window.__swc.DEBUG) {
149-
if (change.has('over-background')) {
149+
if (changes.has('over-background')) {
150150
window.__swc.warn(
151151
this,
152152
`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

Comments
 (0)