Skip to content

Commit 6aab6d6

Browse files
cdransfRajdeepc
andauthored
Update packages/progress-bar/src/ProgressBar.ts
Co-authored-by: Rajdeep Chandra <rajrock38@gmail.com>
1 parent 67bd793 commit 6aab6d6

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)