Going through the code, I found some code mistakes that must be fixed. For example, here is the chunk of code from board.js file. Each class property in this file should be renamed to className because we are using JSX in React. I'll investigate other parts of code and refactor it if needed.
Going through the code, I found some code mistakes that must be fixed. For example, here is the chunk of code from board.js file. Each
class
property in this file should be renamed toclassName
because we are using JSX in React. I'll investigate other parts of code and refactor it if needed.