diff --git a/examples/editable-data/src/App.js b/examples/editable-data/src/App.js index 0684e71..5495765 100644 --- a/examples/editable-data/src/App.js +++ b/examples/editable-data/src/App.js @@ -63,7 +63,7 @@ const EditableCell = ({ updateMyData(index, id, value) } - // If the initialValue is changed externall, sync it up with our state + // If the initialValue is changed external, sync it up with our state React.useEffect(() => { setValue(initialValue) }, [initialValue])