fullstack-hy2020 / fullstack-hy2020.github.io

https://fullstack-hy2020.github.io
Other
1.53k stars 3.84k forks source link

Update onSubmit return type #3770

Open LUKASZ-JK opened 1 month ago

LUKASZ-JK commented 1 month ago

Frontend patientor repo linked in exercise 9.8 has return type of void, not Promise. We do not actually return anything from the submitNewPatient function, it is only used to set state (patients or error). If my line of thinking is wrong and material is correct then I think the patientor repo should be updated to reflect the material.