Skip to content

Commit

Permalink
do not need to pass ref in dep array
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bar committed May 17, 2024
1 parent 8ca321c commit aaa644a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export default function FormPanel({
setValidateStatus(newValidateStatus);
});
}, 600),
[notification, onValuesChange]
[onValuesChange]
);

return (
Expand Down

0 comments on commit aaa644a

Please sign in to comment.