Why does the children component passed as prop does not re-render even though its parent component does?
I have a button does toggles between ‘edit’ and ‘submit’ state. When clicked, Area is being re-rendered with a new isSubmit prop. However, Education does not re-render at all.