react-rating icon indicating copy to clipboard operation
react-rating copied to clipboard

A rating react component with custom symbols.

Results 23 react-rating issues
Sort by recently updated
recently updated
newest added

Hi everybody, Does someone deal with this warning? `Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details. * Move...

help wanted

I think forcing inline style on an object is not a good idea. The user must be able to change that behavior. Maybe with noDefautStyle attribute this can be achieved.

Fixed UNSAFE_componentWillReceiveProps by replacing with getDerivedStateFromProps

Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. react rating

Hello, If I provide an onClick method to get the selected rating, it requires another click to the same value although it gets the rating in the first click. You...

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.8.1 to 1.25.0. Release notes Sourced from prismjs's releases. v1.25.0 Release 1.25.0 v1.24.1 Release 1.24.1 v1.24.0 Release 1.24.0 v1.23.0 Release 1.23.0 v1.22.0 Release 1.22.0 v1.21.0 Release 1.21.0...

dependencies

Hi, Whenever I click a star, the onChange() method is fired. CORRECT But immediately, the onHover() method is called with value=1. INCORRECT Is this a known issue? Thanks for your...

I'm using a pretty simple SVG with 1 path for `fullSymbol` & `emptySymbol`, for example: ```js const StarFull = props => ; const StarEmpty = (props) => ; ``` This...

React-Rating component renders only once which returns null when I'm using in my component. Could the component be refactored to rerender and to be sure the value exist.

Per the conversation in https://github.com/dreyescat/react-rating/pull/129. I'm creating this issue as a tracking issue.