Reactjs – Mapping in react from API
here is the code on AddCourse.tsx. i want to show the instructors name from API. it's run fine on console log but it didn't show up in dropdown options const [instructorOptions, setInstructorOptions] = useState< Array<{ id: string; value: string; label:…