Piotr Ponikowski

Results 6 comments of Piotr Ponikowski

I am also facing this error - are there any plans to solve this one?

I am also interested in this topic, any updates?

This is something I always wanted to be supported by mybatis. I even created own PR with slightly different approach, but there was no response: https://github.com/mybatis/mybatis-3/pull/1825

Set `values={[0]}` for slider with one cursor, or you can set both values for sldier with two cursors like this: `values={[0,100]}`

I had similar issue with regular slider, and found out based on https://github.com/react-component/slider/blob/master/tests/Slider.test.js#L12, that I need to mock `getBoundingClientRect`: This helped me (added to setup before tests): ``` Element.prototype.getBoundingClientRect =...