Skip to content

Commit

Permalink
build: fix compilation error with latest MDC canary (#20208)
Browse files Browse the repository at this point in the history
Fixes an error introduced by the latest MDC canary version.
  • Loading branch information
crisbeto committed Aug 6, 2020
1 parent 8b68083 commit a8ab040
Show file tree
Hide file tree
Showing 3 changed files with 571 additions and 554 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/youtube": "^0.0.38",
"@webcomponents/custom-elements": "^1.1.0",
"core-js": "^2.6.9",
"material-components-web": "8.0.0-canary.abcdbcfeb.0",
"material-components-web": "8.0.0-canary.08ca4d0ec.0",
"rxjs": "^6.5.3",
"rxjs-tslint-rules": "^4.33.1",
"systemjs": "0.19.43",
Expand Down
1 change: 1 addition & 0 deletions src/material-experimental/mdc-slider/slider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ export class MatSlider implements AfterViewInit, OnChanges, OnDestroy, ControlVa
getBoundingClientRect: () => null!,
isRTL: () => false,
setThumbStyleProperty: (_propertyName: string, _value: string, _thumb: Thumb) => {},
removeThumbStyleProperty: (_propertyName: string, _thumb: Thumb) => {},
setTrackActiveStyleProperty: (_propertyName: string, _value: string) => {},
setValueIndicatorText: (_value: number, _thumb: Thumb) => {},
updateTickMarks: () => {},
Expand Down

0 comments on commit a8ab040

Please sign in to comment.