const width = typeof this.state.__width === 'string' && this.state.__width !== 'auto' && !/px/.test(this.state.__width) ||
        typeof this.state.__width === 'number'
        ? `${this.state.__width}px`
        : this.state.__width;