Reactjs – React: Get sum of the child component values in the parent component
The parent component can access the values of the child component, but it is unable to sum the values of each child. The total shows 0 instead of the correct total. I am expecting the correct total of values from…