Try calling this.render(). Personally I'm using a React Component within the BaseClientSideWebPart and doing most updates with this.forceUpdate() within the Component.
this.render()
this.forceUpdate()