File tree Expand file tree Collapse file tree 3 files changed +505
-584
lines changed
Expand file tree Collapse file tree 3 files changed +505
-584
lines changed Original file line number Diff line number Diff line change 88 "start" : " next start"
99 },
1010 "dependencies" : {
11- "next" : " 10 .0.7 " ,
12- "react" : " 17.0.1 " ,
13- "react-dom" : " 17.0.1 " ,
14- "react-use-wizard" : " ^1.0.1 "
11+ "next" : " 11 .0.1 " ,
12+ "react" : " 17.0.2 " ,
13+ "react-dom" : " 17.0.2 " ,
14+ "react-use-wizard" : " ^1.1.2 "
1515 }
1616}
Original file line number Diff line number Diff line change @@ -33,10 +33,13 @@ const Footer = () => {
3333 </ p >
3434 </ div >
3535 < div >
36- < button onClick = { previousStep } disabled = { isLoading || isFirstStep } >
36+ < button
37+ onClick = { ( ) => previousStep ( ) }
38+ disabled = { isLoading || isFirstStep }
39+ >
3740 Previous
3841 </ button >
39- < button onClick = { nextStep } disabled = { isLoading || isLastStep } >
42+ < button onClick = { ( ) => nextStep ( ) } disabled = { isLoading || isLastStep } >
4043 Next
4144 </ button >
4245 </ div >
You can’t perform that action at this time.
0 commit comments