Hi,
I'm hoping someone had this issue before...
I have a chain of actions that all require fresh data to work properly. Here is a brief overview:
Pretty simple: I refresh the database request (AND wait for results), then I use the results to update the component state and run some custom code (not seen here).
I can see the API calls being made and returning the correct data in the Chrome Dev Console.
However, FF does not use the most recent API call results, in fact, it uses the one prior to that (it's always one API call behind).
Any idea as to why?