marinlife☆
Nested Reactivity not working
so like when this line of code runs in the deployCard after an onClick event
player.combat_board[location].deployed = player.hand.find(
(card) => card.id === player.selected_card_id
);
I expect the currentPlayerCombatBoard() to react to that change and rerender its element
24 replies