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
The text was updated successfully, but these errors were encountered:
Your
Board
component has to repeat a lot ofSlot
s. 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 rowThe text was updated successfully, but these errors were encountered: