Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compilation revealed 'use<function-name>' for seemingly any valid string <function-name> will be treated as a react hook even if it is not. This meant compiling 'useSearch' was not allowed since it was used in a callback function even though it is not a react hook!! This is fixed simply by renaming the function...
- Loading branch information