creativetimofficial / material-tailwind

@material-tailwind is an easy-to-use components library for Tailwind CSS and Material Design.

Home Page:https://material-tailwind.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rating is not reactive

devjs1000 opened this issue · comments

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>