Reactjs – Passing object as params to parent component in React does not work
I am making a movie review app. I have a Home component which renders card components and passes them the "movie" prop. The API call is inside of the Home component. Inside the card component I have a button which,…