Posts by Lucas • 3 points
1 post
-
0
votes1
answer78
viewsQ: How to remove an item dynamically from an object?
I’m using a state of reducer, containing an object in this format: x = {10: {nome: 'lucas'}, 20:{nome: 'beraldo'}} <br/> And, I get an id via action. I’d like to do something like…