PacktPublishing / Full-Stack-Development-with-Spring-Boot-3-and-React-Fourth-Edition

81 stars 65 forks source link

Problem in Chapter 13 #6

Closed bdeva1975 closed 7 months ago

bdeva1975 commented 7 months ago

In Chapter 13, After adding the environment variable VITE_API_URL, I changed the Carlist.tsx file as written, after adding the carapi.ts in the api folder. However, the CarResponse object shows an error in the section data.map((car: CarResponse) => of the Carlist.tsx and the site is not working. Kindly help.

bdeva1975 commented 7 months ago

It's resolved. Thanks!!