File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " react-step-builder" ,
3
3
"description" : " Unopinionated multi step interface builder." ,
4
4
"author" :
" Samet Mutevelli <[email protected] > (https://sametmutevelli.com)" ,
5
- "version" : " 2.0.5 " ,
5
+ "version" : " 2.0.6 " ,
6
6
"private" : false ,
7
7
"main" : " src/dist/index" ,
8
8
"types" : " src/dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import Step3 from "./stepComponents/Step3";
6
6
import Step4 from "./stepComponents/Step4" ;
7
7
8
8
export const Navigation = ( props : NavigationComponentProps ) => {
9
- console . log ( props ) ;
9
+ console . log ( { navProps : props } ) ;
10
10
return (
11
11
< div >
12
12
< button data-testid = "global-prev" onClick = { props . prev } >
@@ -22,7 +22,7 @@ export const Navigation = (props: NavigationComponentProps) => {
22
22
const App = ( ) => {
23
23
return (
24
24
< div className = "steps_wrapper" >
25
- < h1 > React Step Builder v1.1.0 </ h1 >
25
+ < h1 > React Step Builder v2.0.6 </ h1 >
26
26
< Steps
27
27
config = { {
28
28
navigation : {
You can’t perform that action at this time.
0 commit comments