Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix passing onLoad overwrites, and call onLoad inside onImageLoad #120

Merged
merged 5 commits into from
Jun 3, 2023

Commits on May 23, 2023

  1. Fix onLoad overwrite and call onLoad

    - Fix onLoad getting overwritten by props which cause `onImageLoad()` to never get called.
    - preserve the functionality of `onLoad` by adding a callback.
    johnsonsu committed May 23, 2023
    Configuration menu
    Copy the full SHA
    bdf4148 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    11e313e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Update src/components/LazyLoadImage.jsx

    Co-authored-by: Albert Juhé Lluveras <[email protected]>
    johnsonsu and Aljullu authored May 29, 2023
    Configuration menu
    Copy the full SHA
    3203ce9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    473ccca View commit details
    Browse the repository at this point in the history
  3. Update test

    johnsonsu committed May 29, 2023
    Configuration menu
    Copy the full SHA
    3aca2ff View commit details
    Browse the repository at this point in the history