Posts by Gean Carlos • 23 points
1 post
-
2
votes1
answer47
viewsQ: Single React "key" problem
I am trying to create a chess game using React. I am doing very well except for this mistake. This is my code: import "./style.css"; function App() { const squares = []; //squares order for (var…