This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ steps:
177177 action_id : metaPR2
178178 - type : getFileContents
179179 action_id : fileContents
180- filename : ' src/List .jsx'
180+ filename : ' src/App .jsx'
181181 - type : gate
182182 left : ' /\s*students\s*:\s*\[\s*\]\s*,\s*/gm'
183183 operator : test
Original file line number Diff line number Diff line change 1- Looks you did not create an ` addStudent ` function with the parameter: ` studentName ` .
1+ Looks like you did not create an ` addStudent ` function with the parameter: ` studentName ` .
22
33Try again!
Original file line number Diff line number Diff line change 1- Looks you did not correctly add an ` h3 ` component in the right place in ` src/App.jsx ` .
1+ Looks like you did not correctly add an ` h3 ` component in the right place in ` src/App.jsx ` .
22
33Try again!
Original file line number Diff line number Diff line change 1- Looks you did not import the ` List ` component into ` App ` .
1+ Looks like you did not import the ` List ` component into ` App ` .
22
33Try again!
Original file line number Diff line number Diff line change 1- Looks you did not replace the title with a prop in the correct place in ` src/List.jsx `
1+ Looks like you did not replace the title with a prop in the correct place in ` src/List.jsx `
22
33Try again!
Original file line number Diff line number Diff line change 1- Looks you did not replace the props for student rendering.
1+ Looks like you did not replace the props for student rendering.
22
33Try again!
Original file line number Diff line number Diff line change 1- Looks you did not add a ` students ` state variable.
1+ Looks like you did not add a ` students ` state variable.
22
33Try again!
You can’t perform that action at this time.
0 commit comments