Open allanesquina opened 5 years ago
Once you import the component by using ./ the app will try to get the component from you local folder instead node_modules folder.
./
node_modules
import StarRatings from './react-star-ratings';
Just to avoid an initial error when someone cope and past the usage example like me.
Thanks for the nice component.
Thanks!
Once you import the component by using
./
the app will try to get the component from you local folder insteadnode_modules
folder.Just to avoid an initial error when someone cope and past the usage example like me.
Thanks for the nice component.