Skip to content

Commit 7900eb0

Browse files
crisbetommalerba
authored andcommitted
build: fix compilation error with latest MDC canary (#20208)
Fixes an error introduced by the latest MDC canary version. (cherry picked from commit a8ab040)
1 parent 18e8a63 commit 7900eb0

File tree

3 files changed

+571
-554
lines changed

3 files changed

+571
-554
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/youtube": "^0.0.38",
6060
"@webcomponents/custom-elements": "^1.1.0",
6161
"core-js": "^2.6.9",
62-
"material-components-web": "8.0.0-canary.abcdbcfeb.0",
62+
"material-components-web": "8.0.0-canary.08ca4d0ec.0",
6363
"rxjs": "^6.5.3",
6464
"rxjs-tslint-rules": "^4.33.1",
6565
"systemjs": "0.19.43",

src/material-experimental/mdc-slider/slider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ export class MatSlider implements AfterViewInit, OnChanges, OnDestroy, ControlVa
240240
getBoundingClientRect: () => null!,
241241
isRTL: () => false,
242242
setThumbStyleProperty: (_propertyName: string, _value: string, _thumb: Thumb) => {},
243+
removeThumbStyleProperty: (_propertyName: string, _thumb: Thumb) => {},
243244
setTrackActiveStyleProperty: (_propertyName: string, _value: string) => {},
244245
setValueIndicatorText: (_value: number, _thumb: Thumb) => {},
245246
updateTickMarks: () => {},

0 commit comments

Comments
 (0)