Can Render props be used in a loop with NextJS & Javascript?
I'm trying to render the props in a loop (a forEach function), but I haven't figure out how to :( This is what I have so far: {console.log('the catalog inside the component ----->', catalog)} {Object.keys(catalog).forEach(key => { return ( <div…