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 f28c191 commit 344aa51Copy full SHA for 344aa51
src/app/components/Tutorial.tsx
@@ -30,6 +30,8 @@ export default class Tutorial extends React.Component<tutorialProps, tutorialSta
30
stepsEnabled: false,
31
};
32
}
33
+
34
+ //tutorial class needs these public variables to be a valid class component for ts when rendered in buttonscontainer.tsx
35
public context: any;
36
public setState: any;
37
public forceUpdate: any;
0 commit comments