Hello All, Can I use following code to call API in my ReactJS App? I want re-render Intercom on each page. ``` import { IntercomAPI } from 'react-intercom'; componentWillMount(){ IntercomAPI('update'); } ```