Silas Monahan
Results
2
issues of
Silas Monahan
Cleaned up calculator.js so that there is less duplicate code in the tests with a new exports._check function that checks if the inputs x and y are numbers.
adding useCallback here fixed a few things: 1. Bug: if you used multiple useDecision hooks with { autoUpdate: true }, the second one would not autoUpdate (you had to fully...
acknowledged