Javascript – How can I save an array inside of an array using React Context? "TypeError: Cannot read properties of undefined (reading 'Keywords')"
I'm making a fetch request that sends back a JSON with an Array of Documents and inside the array of Documents I get another array of "Keywords". I am able to save the Documents array with React Context but I…