Skip to content

Commit

Permalink
updated warning msg
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKUR DWIVEDI authored and ANKUR DWIVEDI committed Oct 10, 2024
1 parent 98ae8be commit e452890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/IKImage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const IKImage = (props: Omit<ImageProps, "src" | "loading" | "loader"> & IKImage

useEffect(()=>{
if(lqip?.active)
console.warn("Eager is applied")
console.warn("In [imagekitio-next], loading is set to eager when LQIP is used.")
},[lqip])

return currentUrl != undefined && Object.keys(imageProps).length ? (
Expand Down

0 comments on commit e452890

Please sign in to comment.