Reactjs – History API is undefined by navigation
I have an app that uses an infinity scroll. Every time I reload data, I update the history.state with histroy.replaceState and the current number of pages. If I display the whole thing on the console, I don't see any errors,…