Skip to content

Commit 7770a11

Browse files
crisbetommalerba
authored andcommitted
build: fix error from latest MDC canary version (#20439)
Fixes a compilation error due to MDC changing an interface.
1 parent 9094de8 commit 7770a11

File tree

3 files changed

+571
-568
lines changed

3 files changed

+571
-568
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@types/youtube": "^0.0.38",
6161
"@webcomponents/custom-elements": "^1.1.0",
6262
"core-js": "^2.6.9",
63-
"material-components-web": "8.0.0-canary.08ca4d0ec.0",
63+
"material-components-web": "8.0.0-canary.911014711.0",
6464
"rxjs": "^6.5.3",
6565
"rxjs-tslint-rules": "^4.33.1",
6666
"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
@@ -255,6 +255,7 @@ export class MatSlider implements AfterViewInit, OnChanges, OnDestroy, ControlVa
255255
deregisterBodyEventHandler: () => {},
256256
registerWindowEventHandler: () => {},
257257
deregisterWindowEventHandler: () => {},
258+
removeTrackActiveStyleProperty: (_propertyName: string) => {},
258259
};
259260

260261
/** Instance of the MDC slider foundation for this slider. */

0 commit comments

Comments
 (0)