-
-
**Bug:**
ERROR in node_modules/ng-starrating/components/star-rating/star-rating.component.d.ts(32,9): error TS1086: An accessor cannot be declared in an ambient context.
node_modules/ng-starrating/…
-
Tapping on the star does fire _@ratingSeleceted_ event with correct value but it **does not** update the UI properly. It throws a warning in the console:
> [Vue warn]: You may have an infinite upd…
-
## Value proposition
As a user
I want to click on the stars
in order to submit my ratings.
## Description
![Image](https://github.com/grasipacheco/movie-star/assets/149335722/e09953c8-6ce3-4898-85e3…
-
## I'm submitting a...
[ ] Bug report
[x] Feature request
## Current behavior
This module is wrapping style to global scope, exactly as `css-star-rating` does.
Globally appended classes: `.…
ghost updated
6 years ago
-
I'm rendering my pages on server side and I found a problem that only occurs on first page render.
When I'm trying to access a page with StarRating I get the following error:
```
Vue warn]: Error i…
-
Hello, I'm rendering React 16 on client and server(SSR) with new function `React.hydrate()`. And console throw **Warning** message:
`Warning: Prop id did not match. Server: "starGrad239537257264089" …
-
When the component is used in IE11, the following error is thrown in the console.
This occurs on click and on hovering over a star.
The component is being used with default settings.
```
…
-
**Bug**
After updating the value of the `````` component, if ```readonly``` is set to ```true``` , the template does not display the new number of stars.
**Description**
- Component
``````
![im…
-
### Bug type
Component
### Component name
MudRating
### What happened?
I have a MudRating component on the screen and when I click the rating to select, e.g., 3-stars, I get two RatingChanged eve…