We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9d425 commit 069011bCopy full SHA for 069011b
packages/react-vant/src/components/image/Image.tsx
@@ -29,7 +29,7 @@ const Image: React.FC<ImageProps> = props => {
29
}
30
31
return internalStyle
32
- }, [props.style])
+ }, [props.style,props.width,props.height,props.radius])
33
34
useEffect(() => {
35
const payload = { error: false, loading: true } as typeof status
0 commit comments