-
Notifications
You must be signed in to change notification settings - Fork 10
Conversation
Your draft course version was created!You can edit it using the Course Builder UI! |
@hectorsector Can I get a review? I fixed #50 Here is my repo where I tested it: partyshah/intro-react#2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the note about the one that didn't work. But if we leave that issue open we can 🚢 this.
action_id: fileContents | ||
filename: 'src/List.jsx' | ||
- type: gate | ||
left: '/>\s*{\s*this\.props\.title\s*}\s*<\s*/gm' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one isn't validating for me, https://github.com/hectorsector/intro-react/pull/2#pullrequestreview-276208944. Let's leave that issue open and close the rest when we ship this.
action_id: fileContents | ||
filename: 'src/App.jsx' | ||
- type: gate | ||
left: '/^\s*<\s*h3\s*className\s*=\s*"\s*Box-title\s*d-flex\s*flex-justify-center\s*"\s*>\s*GradeBook\s*<\s*\/\s*h3\s*>/gm' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
action_id: fileContents | ||
filename: 'src/App.jsx' | ||
- type: gate | ||
left: '/^\s*import\s*List\s*from\s*"\s*\.\/List\s*"\s*;\s*/gm' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
action_id: fileContents | ||
filename: 'src/App.jsx' | ||
- type: gate | ||
left: '/\s*students\s*:\s*\[\s*\]\s*,\s*/gm' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
action_id: fileContents | ||
filename: 'src/App.jsx' | ||
- type: gate | ||
left: '/\s*placeholder\s*=\s*"Add\sStudent\.\.\."\s*\n\s*currList\s*=\s*{\s*this\.state\.students\s*}\n\s*addFunction\s*=\s*{\s*this\.addStudent\s*}\s*\n/gm' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Closes #47
Closes #46
Closes #44
Closes #43