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
Directly under function Plot() { add console.log("props.plotIndex is ", props.plotIndex);
Go to an experiment with 3 files - you should see:
props.plotIndex is 0-0
props.plotIndex is 1-0
props.plotIndex is 2-0
instead you see:
props.plotIndex is 0-0
props.plotIndex is 1-0
props.plotIndex is 2-0
props.plotIndex is 0-0
props.plotIndex is 1-0
props.plotIndex is 2-0
props.plotIndex is 0-0
props.plotIndex is 1-0
props.plotIndex is 2-0
props.plotIndex is 0-0
props.plotIndex is 1-0
props.plotIndex is 2-0
props.plotIndex is 0-0
props.plotIndex is 1-0
props.plotIndex is 2-0
Expected Time:
Acceptance Criteria
[ ]
The text was updated successfully, but these errors were encountered:
Description
Directly under
function Plot() {
addconsole.log("props.plotIndex is ", props.plotIndex);
Go to an experiment with 3 files - you should see:
instead you see:
props.plotIndex is 0-0
props.plotIndex is 1-0
props.plotIndex is 2-0
props.plotIndex is 0-0
props.plotIndex is 1-0
props.plotIndex is 2-0
props.plotIndex is 0-0
props.plotIndex is 1-0
props.plotIndex is 2-0
props.plotIndex is 0-0
props.plotIndex is 1-0
props.plotIndex is 2-0
props.plotIndex is 0-0
props.plotIndex is 1-0
props.plotIndex is 2-0
Expected Time:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: