react-rating
                                
                                
                                
                                    react-rating copied to clipboard
                            
                            
                            
                        onHover fires after onChange
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 help, amazing component!
Uhm... Are you sure they are fired in that order? The correct order should be onHover first and then onChange. Because you hover over the symbol before you click it.
I hover over 3, then 4, click it and automatically fires onHover with value=1.
Strange, isn't it?