I was able to get the ids of submissions being deleted in a good old fashioned
for
for
loop, but we cannot map over the Proxied array (which may be fine and desirable).
So this had me wondering if anyone has opinions on the best way to handle this sort of situation. I'm probably coming from the react world and not doing this right.