PacktPublishing / ASP.NET-Core-5-and-React-Second-Edition

ASP.NET Core 5 and React - Second Edition, published by Packt
MIT License
119 stars 109 forks source link

Chapter 6 Page 193 code issue #41

Closed elena-ar19 closed 2 years ago

elena-ar19 commented 2 years ago

I am getting the following error:

image

image

carlrip commented 2 years ago

The React Hook Form API has changed a little since this book was published. Have a look at this issue for how to resolve this: https://github.com/PacktPublishing/ASP.NET-Core-5-and-React-Second-Edition/issues/19#issuecomment-850799134

elena-ar19 commented 2 years ago

Thanks a lot.