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
The components Egmt (Plotly.js plot) which plots egmt values of the ajax request and the cluster genes component which coverts the data from geneCountDf into a table, both require the data from the props in order to render. From the debugging I did the setstate of emroot runs after the render asynchronously hence this bug. Yet both the cytoscape components are getting their respective data objects while these two components are not.
The text was updated successfully, but these errors were encountered:
The components Egmt (Plotly.js plot) which plots egmt values of the ajax request and the cluster genes component which coverts the data from geneCountDf into a table, both require the data from the props in order to render. From the debugging I did the setstate of emroot runs after the render asynchronously hence this bug. Yet both the cytoscape components are getting their respective data objects while these two components are not.
The text was updated successfully, but these errors were encountered: