Michael Aubry

Results 13 comments of Michael Aubry

This is happening to me in my apps environment also. I am using https://github.com/malte-wessel/react-custom-scrollbars. Is the solution to add `scrollOptions`? I tried doing it with the `react-custom-scrollbars` library but it...

Do you think this will be updated this week? Thanks for your hard work :)

Cool, I see you putting in work, take your time... Excited to fix this issue in https://motionbox.io

Do you know why 1.18.0 is throwing an error in TS? "Cannot find module 'react-selecto' or its corresponding type declarations. I tried deleting `node_modules` and restarting ts server. The package...

No worries, saw the change it works... still not getting the out of scroll element to select, but let me hack at it and see if I am missing something....

I have a solution to the issue, I think it's unrelated to the patch? Any insights on this? https://www.loom.com/share/d9a163b2e5fc4f529f54afd3c23da0a1

I have a method I created to track the x, y via DOM `const position = getTranslateValues(rndResizable);` ``` /** * Gets computed translate values */ export const getTranslateValues = (element:...

I am using it in my product https://storycreatorapp.com

> @bluematter let us know if you have any difficulties! would be good to iron out problems sooner rather than later :) ![Screen Shot 2020-07-08 at 10 31 52 AM](https://user-images.githubusercontent.com/1669104/86951367-492ef480-c106-11ea-930c-6a85e7d80121.png)...

This is my first time doing something like this, so I hope I did it right. Basically I prefer your gulpjs version and when testing it out I couldn't make...