You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your Board component has to repeat a lot of Slots. You could probably simplify this with some judicious use of array.map. It might require you to alter the board structure to nested arrays though so you can individually map each row
Your
Boardcomponent has to repeat a lot ofSlots. You could probably simplify this with some judicious use ofarray.map. It might require you to alter the board structure to nested arrays though so you can individually map each row