fullstack-hy2020 / fullstack-hy2020.github.io

https://fullstack-hy2020.github.io
Other
1.48k stars 3.69k forks source link

Update osa6d.md #3663

Closed ottoperakyla closed 4 weeks ago

ottoperakyla commented 1 month ago

Using the useMutation-hook as instructed caused errors with library version @tanstack/react-query: 4.33.0. Fixed hook usage to be as library docs suggest: https://tanstack.com/query/v4/docs/framework/react/reference/useMutation.