From d6ee38fab94e611e249970936ef633a2fb13521a Mon Sep 17 00:00:00 2001 From: mykenzie Date: Tue, 20 Aug 2019 12:15:13 -0500 Subject: [PATCH] update README.md to reflect recent functional component removal --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2f1bb25..81306da 100644 --- a/README.md +++ b/README.md @@ -368,7 +368,6 @@ In this step, we will update our `select` elements in the `EditToggle`, `ColorCh ### Instructions * Open `EditToggle`, `ColorChanger.js`, `FamilyChanger.js`, and `SizeChanger.js` from `src/components/`. -* Add `props` as a parameter to the component's function. * Locate the `select` tag, in all four files, and add an `onChange` prop: * The `onChange` should use an arrow function to capture the `event`. * Inside the arrow function call the `update` prop with the value of the target from the `event`.