I was trying to add Bootstrap carousel on my Gatsby app using the ff code:
{ testimonials.map((item => { const { id, name, word, photo } = item return( &