public componentDidUpdate()

in src/MultiValueControl.tsx [59:63]


    public componentDidUpdate() {
        if (this.props.onResize) {
            this.props.onResize();
        }
    }