diff --git a/src/App.js b/src/App.js index 8fbbf60..80fa0a4 100644 --- a/src/App.js +++ b/src/App.js @@ -58,7 +58,7 @@ function EditableBox(p) { if (p.callback) { p.callback() } - },[edit]) + },[edit,p]) return <>