This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +20
-5
lines changed Expand file tree Collapse file tree 6 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 62
62
right : ' %actions.fileContents%'
63
63
else :
64
64
- type : respond
65
- with : bad-uncomment .md
65
+ with : bad-header .md
66
66
issue : Changes
67
67
- type : respond
68
68
with : 02-props.md
94
94
right : ' %actions.fileContents%'
95
95
else :
96
96
- type : respond
97
- with : bad-uncomment .md
97
+ with : bad-import .md
98
98
issue : Changes
99
99
- type : createPullRequestComment
100
100
body : uncomment-assignments-activity.md
@@ -152,7 +152,7 @@ steps:
152
152
right : ' %actions.fileContents%'
153
153
else :
154
154
- type : respond
155
- with : bad-uncomment .md
155
+ with : bad-prop .md
156
156
issue : Changes
157
157
- type : respond
158
158
with : 03-state.md
@@ -184,7 +184,7 @@ steps:
184
184
right : ' %actions.fileContents%'
185
185
else :
186
186
- type : respond
187
- with : bad-uncomment .md
187
+ with : bad-state .md
188
188
issue : Changes
189
189
- type : createPullRequestComment
190
190
body : explaining-this-state-activity.md
@@ -284,7 +284,7 @@ steps:
284
284
right : ' %actions.fileContents%'
285
285
else :
286
286
- type : respond
287
- with : bad-uncomment .md
287
+ with : bad-replace .md
288
288
issue : Changes
289
289
- type : createPullRequestComment
290
290
body : uncomment-grades-activity.md
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 ` .
2
+
3
+ Try again!
Original file line number Diff line number Diff line change
1
+ Looks you did not import the ` List ` component into ` App ` .
2
+
3
+ Try 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 `
2
+
3
+ Try again!
Original file line number Diff line number Diff line change
1
+ Looks you did not replace the props for student rendering.
2
+
3
+ Try again!
Original file line number Diff line number Diff line change
1
+ Looks you did not add a ` students ` state variable.
2
+
3
+ Try again!
You can’t perform that action at this time.
0 commit comments