Ash

Results 5 comments of Ash

I'm seeing this issue as well, but on the react side instead. I can even reproduce it on their demo page - https://kutlugsahin.github.io/smooth-dnd-demo/ ![image](https://user-images.githubusercontent.com/5951074/82510913-ac19ed00-9ac0-11ea-9b26-5eaceff7c4f1.png) To reproduce, you just have to...

I ran into this issue as well. This bug is in `toState` function of [color.js](https://github.com/casesandberg/react-color/blob/master/src/helpers/color.js). The issue occurs when `v` part of `hsv` is 0 then tinycolor library returns 0...

I'm encountering the same issue. I spent hours investigating why it's happening, I'm glad I found this post. I'll be enabling animation until this is fixed. "@react-navigation/material-top-tabs": "^6.5.3", "@react-navigation/native": "^6.1.3",...