How to ensure all crossword answers are correct before navigating to a success page in React?
I’m using the @jaredreisinger/react-crossword library in a React project to create a crossword puzzle. I need to navigate users to a success page only if all the answers in the crossword are correct. Currently, my application navigates to the success page regardless of whether the answers are correct or not. I am unsure how to properly check if all answers are correct using the CrosswordImperative interface.