Posts by JBP1996 • 5 points
2 posts
-
0
votes1
answer32
viewsA: nativescript-Vue - Adding an object to a push array after zeroing the object adds a zeroed object
Hi, from what I understand of javascript what is happening is that your array enderecos is receiving a memory reference from your variable formEndereco which means that if you modify the variable…
-
-4
votes2
answers86
viewsA: "Child already has a Parent, it must be Removed first" when sending new object to Reducer
I’m not really into the subject of Redux, but supposedly the error that occurs to you isn’t because in your HTML you’re calling an object in the click function? Your code is like this: <TableCell…