mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-21 18:38:11 +08:00
check for expression to avoid race condition asyc
This commit is contained in:
@@ -100,6 +100,7 @@ class Scatterplot extends React.Component {
|
||||
maybeSetupScalesAndDrawAxes(nextProps) {
|
||||
if (
|
||||
nextProps.expression &&
|
||||
nextProps.expression.data &&
|
||||
nextProps.scatterplotXXaccessor &&
|
||||
nextProps.scatterplotYYaccessor
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user