We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c0d3e commit 562bd88Copy full SHA for 562bd88
components/ProgressiveImage/index.tsx
@@ -39,6 +39,7 @@ const ProgressiveImage = (
39
return (
40
// eslint-disable-next-line @next/next/no-img-element
41
<img
42
+ {...props}
43
style={{ ...props.style, ...style() }}
44
src={currentImage}
45
alt={props.alt}
jsconfig.json
@@ -1,5 +1,6 @@
1
{
2
"compilerOptions": {
3
+ "jsx": "react",
4
"baseUrl": "."
5
}
6
0 commit comments