Hi guys!
I have the following situation: We are building an application using react. In one component we use a ChartFactor aql to query our server so we can get the data and update our component. We perform the query when the component is mounted (in the useEffect
hook). The thing is that the data is perfectly loaded only the first time, but whenever I apply a filter (we use the Interaction Manager) the data is not updated. Do you have any idea what the issue could be?