Skip to content

Commit 344aa51

Browse files
Samuel  TranSamuel  Tran
authored andcommitted
added comments to public variables
1 parent f28c191 commit 344aa51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/components/Tutorial.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ export default class Tutorial extends React.Component<tutorialProps, tutorialSta
3030
stepsEnabled: false,
3131
};
3232
}
33+
34+
//tutorial class needs these public variables to be a valid class component for ts when rendered in buttonscontainer.tsx
3335
public context: any;
3436
public setState: any;
3537
public forceUpdate: any;

0 commit comments

Comments
 (0)