score:1

try replace :

<expense items={expenseitem} />

by :

<expense items={expenses} />

in app.jsx.

explanation : expenses is your state, you did put expenseitem which is the constant initial state.


Related Query

More Query from same tag