From bb6918b9efa7814f6558a4fbc8a91c7f074e5ba9 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 1 Jul 2021 14:17:57 -0400 Subject: [PATCH] mention the placeholder has been removed Co-authored-by: JJ Kasper --- docs/api-reference/next/image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-reference/next/image.md b/docs/api-reference/next/image.md index c98c87584091d..4dd7b2e878b10 100644 --- a/docs/api-reference/next/image.md +++ b/docs/api-reference/next/image.md @@ -197,7 +197,7 @@ The image position when using `layout="fill"`. ### onLoadingComplete -A callback function that is invoked once the image is completely loaded. +A callback function that is invoked once the image is completely loaded and the placeholder has been removed. ### loading