I have 3 api calls on application load (componentDidMount).
When I reload the page or open the new tab, all the api calls are made but on duplicating the tab only one of them is fired.
How do I trigger all the api calls on page duplication
Note: Browser: chrome.