n49 / react-stars

A simple star rating component for your React projects :star:
http://developers.n49.com/react-stars/
218 stars 81 forks source link

React Stars cleanup #25

Open kayluhb opened 7 years ago

kayluhb commented 7 years ago
olegberman commented 7 years ago

Thank you @kayluhb! Can you double check what happened to examples? This is what I am getting after building

screen shot 2017-08-06 at 8 35 15 pm
olegberman commented 7 years ago

Apologies, that was my fault by running examples from local file://. That is fixed in e91448d09731. I checked out at your latest commit 9b4dfd9 I am getting an issue with half stars. You can try yourself (run npm run dev-example and try second example).

kayluhb commented 7 years ago

@olegberman rebased with master and fixed the issue. If I get a chance I'll submit a new PR for running some jest tests.