yarn && yarn start
- Submit some alphabetical query string (e.g., "foobar").
- Observe the single success debug print in the browser console.
- Submit a query string that is not purely alphabetical (e.g., "foo bar").
- Observe that error debug prints get produced in a loop.
An explanation can be found in ./src/App.tsx
.