Save dashboard URL after changing uiState in React visualization

I would like to save the full URL of a dashboard after I've changed some uiState variables in a React visualization. However, I'm running into a race condition that I didn't run into with equivalent AngularJS code: the url does not change immediately upon changing the uiState variables, so I don't get the full URL. Is there a function to call which will give me the new URL? Or is there a callback or promise that could be used? (Kibana 7.3)

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.