Skip to content

Commit c7fb7bd

Browse files
authored
Update building-an-awesome-image-loading-experience.mdx
1 parent 0d82977 commit c7fb7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/building-an-awesome-image-loading-experience.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ So I decided to add an `onload` prop 😱. Inline JavaScript in HTML is normally
505505
not something you want to do, but in this case it's perfect. So this is what I
506506
wanted to do:
507507

508-
```tsx lines=5
508+
```tsx lines=4
509509
// ...
510510
const jsImgEl = React.cloneElement(img, {
511511
ref: jsImgElRef,

0 commit comments

Comments
 (0)