How to triger function call and update the view when parameter change on fluxor state
I have this component (below) and I have this value HasFetched
which is updated in another component, I can see the state
has been updated correctly via the redux dev tools, but I am not able to trigger the function FetchData
when the value has been
updated.