rsnext/examples/with-cloudinary/components
Steven 3a459ca986
chore(next/image)!: mark onLoadingComplete as deprecated in favor of onLoad (#56944)
## History

We used to pass `onLoad` through directly to the underlying img so `onLoadingComplete` was introduced in order to handle the case when `placeholder="blur"` was used and `onLoad` would trigger before the placeholder was removed.

We have since changed the behavior of `onLoad` so that it acts the same as `onLoadingComplete` and therefore `onLoadingComplete` is no longer needed.

## What is this PR doing?

This PR marks `onLoadingComplete` as deprecated in favor of `onLoad`. In the future, we may remove `onLoadingComplete`.
2023-10-17 21:12:22 +00:00
..
Icons Add with-cloudinary example (#43250) 2022-12-02 04:05:34 +00:00
Carousel.tsx Add with-cloudinary example (#43250) 2022-12-02 04:05:34 +00:00
Modal.tsx Add with-cloudinary example (#43250) 2022-12-02 04:05:34 +00:00
SharedModal.tsx chore(next/image)!: mark onLoadingComplete as deprecated in favor of onLoad (#56944) 2023-10-17 21:12:22 +00:00