creativetimofficial / material-tailwind

@material-tailwind is an easy-to-use components library for Tailwind CSS and Material Design.
https://material-tailwind.com/
MIT License
3.5k stars 305 forks source link

Rating is not reactive #643

Open devjs1000 opened 4 months ago

devjs1000 commented 4 months ago
Screenshot 2024-02-25 at 12 23 18 PM

even if the value changed to 0 it is not updating realtime. though other things are updating so it is not issue with re-renders.

 <div>
<Rating value={Math.floor(rating)} readonly />
 ({ratingCount})
</div>