We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UX - looks great! Really intuitive 💣 QA - Functions are well-named 👏
Make sure you're removing unused code: eg in src/components/Modal.jsx there's an entire function commented out
Also, unused imports eg useEffect and createBoard in src/components/Modal.jsx
Error handling - there's no error handling for cases where the number of mines exceeds the number of cell
The text was updated successfully, but these errors were encountered:
No branches or pull requests
UX - looks great! Really intuitive 💣
QA - Functions are well-named 👏
Make sure you're removing unused code: eg in src/components/Modal.jsx there's an entire function commented out
Also, unused imports eg useEffect and createBoard in src/components/Modal.jsx
Error handling - there's no error handling for cases where the number of mines exceeds the number of cell
The text was updated successfully, but these errors were encountered: