``` tsx

public componentDidMount() {
  const hash = window.location.hash.replace('#', '');
  this.setState({
    newUrl: this.getHostUrl(hash, {
      ntv_webview_new: '',
    }),
  });
}

```