I currently have a Custom Dialog, where I'm able to select a "CurrentProjectId" and pass it into an App State.
Once my dialog disappears, a query on my main page will properly display a view filtered by the new CurrentProjectId.
However, when I pass this new App State into a component on the main page, I cannot get the component to refresh. I have only been able to get the component to refresh when I do a pull-down to refresh.
Can anyone help me out please?