We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d463546 commit 159d264Copy full SHA for 159d264
libs/counterfactuals/src/lib/CounterfactualChart.tsx
@@ -549,7 +549,7 @@ export class CounterfactualChart extends React.PureComponent<
549
}
550
551
// fetch prediction for temporary point
552
- private fetchData(fetchingReference: { [key: string]: any }): void {
+ private fetchData = (fetchingReference: { [key: string]: any }): void => {
553
if (!this.props.invokeModel) {
554
return;
555
@@ -605,7 +605,7 @@ export class CounterfactualChart extends React.PureComponent<
605
606
607
);
608
- }
+ };
609
610
private generatePlotlyProps(
611
jointData: JointDataset,
0 commit comments