Reactjs – How to wait for fn component to load to read containing anchor IDs to enable correct navigation
I have a React app that contains multiple tabs, which are lazy-loaded separate apps. The overarching app sets the tabs and the loaded apps have section anchors that can be navigated between tabs. My issue is, as the anchors only…