Why can't I merge 2 arrays in React? One is coming through the parameter of a prop function the other is coming from the state – Javascript
We want to upload image files and are able to get the uploaded images from the child component to the parent component through the parameter and a function to set the specific prop we are passing to the child component.…