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
This is the case if we render Loading.js which has refreshInterval set, but then redirects to the actual ResultsSubtyping table when doesn't refresh. However, the JobsList component is build from a bunch of Job.js cards which all have refreshInterval set. Need to either disable the automatic refreshing one complete is true within Job.js or use some intermediate to handle this.
The text was updated successfully, but these errors were encountered:
This is the case if we render Loading.js which has
refreshInterval
set, but then redirects to the actual ResultsSubtyping table when doesn't refresh. However, the JobsList component is build from a bunch of Job.js cards which all haverefreshInterval
set. Need to either disable the automatic refreshing onecomplete
istrue
within Job.js or use some intermediate to handle this.The text was updated successfully, but these errors were encountered: