@siddhantmadhur/react-rating
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -9,5 +9,3 @@ /* eslint-disable @typescript-eslint/no-unused-vars */ | ||
useEffect(() => { | ||
if (props.readOnly) { | ||
setHoverValue(props.value); | ||
} | ||
setHoverValue(props.value); | ||
}, [props.value]); | ||
@@ -14,0 +12,0 @@ const readOnly = props.readOnly || false; |
{ | ||
"name": "@siddhantmadhur/react-rating", | ||
"private": false, | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/SiddhantMadhur/react-rating", |
7199
83