I am not sure why the data of searchBarAccordion.jsx is not being rendered in the DOM although its data is showing up in the console.
The files in question are searchBar.jsx and searchBarAccordion.jsxin
StackBlitz Demo
Could you please help?
Thank you for your time.
I realized that I omitted the return statement in the map function in searchBarAccordion.jsx...