Closed nathandunn closed 6 years ago
for some reason, the setState keeps getting the cohort back ot the wrong place
The problem is that we are loading two separate cohorts, but if the second one loads first, then the synchronized geneList fails. The ways around that are:
Alternatively, (and more correctly), it should be part of the state of the MultiXenaGoApp that gets passed in as a property. A little bit worried about that hammering the second cohort twice, though.
However, maybe we can calculate once the state is set at the top-level.