diff --git a/ts/components/utility/BackboneWrapper.tsx b/ts/components/utility/BackboneWrapper.tsx index b66e22685..a57651ced 100644 --- a/ts/components/utility/BackboneWrapper.tsx +++ b/ts/components/utility/BackboneWrapper.tsx @@ -22,7 +22,7 @@ interface BackboneViewConstructor { * while we slowly replace the internals of a given Backbone view with React. */ export class BackboneWrapper extends React.Component { - protected el: Element | null = null; + protected el: HTMLElement | null = null; protected view: BackboneView | null = null; public componentWillUnmount() {