Hi, I'm using redux-form, but it doesn't seem to work very well the first click. The star component calls the onStarClick and then I update redux state with the correct value, but the stars are not coloring. I've created a demo project replicating this behaviour: https://stackblitz.com/edit/react-7kb6us . After the first click it works pretty well... Any ideas? Thanks
Sorry it is not an issue anymore... I forgot to pass initial value to the star component and it worked like a charm ! Working sample can be found in the link provided previously
Hi, I'm using redux-form, but it doesn't seem to work very well the first click. The star component calls the onStarClick and then I update redux state with the correct value, but the stars are not coloring. I've created a demo project replicating this behaviour: https://stackblitz.com/edit/react-7kb6us . After the first click it works pretty well... Any ideas? Thanks