Skip to content

Commit d3c2e17

Browse files
committed
fix(select): Fixed lack of import due to strict null checks
See microsoft/TypeScript#13449
1 parent 71b7736 commit d3c2e17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/modules/select/components/multi-select-label.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ import { SuiTransition, TransitionController, Transition, TransitionDirection }
66
import { HandledEvent, SuiComponentFactory } from "../../../misc/util";
77
import { IOptionContext } from "../classes/select-base";
88

9+
// See https://github.com/Microsoft/TypeScript/issues/13449.
10+
const templateRef = TemplateRef;
11+
912
@Component({
1013
selector: "sui-multi-select-label",
1114
template: `

0 commit comments

Comments
 (0)