diff --git a/src/renderer/components/wizard/wizard.tsx b/src/renderer/components/wizard/wizard.tsx index fc6b1f2a71..5591208579 100755 --- a/src/renderer/components/wizard/wizard.tsx +++ b/src/renderer/components/wizard/wizard.tsx @@ -61,7 +61,7 @@ export class Wizard extends React.Component { return React.cloneElement(stepElem, { step: i + 1, - wizard: this, + wizard: this as Wizard, next: this.nextStep, prev: this.prevStep, first: this.firstStep,