constructor()

in src/MultiValueControl.tsx [35:38]


    constructor(props, context) {
        super(props, context);
        this.state = { focused: false, filter: "" };
    }