You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you keep your page open on a list, like the one for processes, after ~30seconds you'll see the page re-rendering information.
I think this is happening because the autoFetch setting may be set, which I'm not sure it's required here, since there's no need to fetch census information in a list.
The issue though is the fact that it shows the information re-rendered, changing some information (like the account name) during these re-renders.
These re-renders also happen when changing pages, making these indexes to look buggy.
The text was updated successfully, but these errors were encountered:
If you keep your page open on a list, like the one for processes, after ~30seconds you'll see the page re-rendering information.
I think this is happening because the autoFetch setting may be set, which I'm not sure it's required here, since there's no need to fetch census information in a list.
The issue though is the fact that it shows the information re-rendered, changing some information (like the account name) during these re-renders.
These re-renders also happen when changing pages, making these indexes to look buggy.
The text was updated successfully, but these errors were encountered: