Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wilzet/recipes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: wilzet/recipes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 9, 2024

  1. README.md fix

    wilzet committed Sep 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b78ec04 View commit details
  2. Merge pull request #47 from wilzet/fix

    README.md fix
    wilzet authored Sep 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1206a6e View commit details
  3. Compilation error

    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...
    wilzet committed Sep 9, 2024
    Copy the full SHA
    4098376 View commit details
  4. 1.0.1

    wilzet committed Sep 9, 2024
    Copy the full SHA
    5273ccd View commit details
  5. Merge pull request #48 from wilzet/fix

    Fix
    wilzet authored Sep 9, 2024
    Copy the full SHA
    ef51ec8 View commit details
Loading