Paul Mesnilgrente

Results 38 comments of Paul Mesnilgrente

@memoxmrdl That's awesome! I got the non-SSR pages working. Is it going to work with SSR? I tried but nothing was displayed with no errors.

Actually I found the exception: ``` => #

You haven't mentioned what parts aren't free in react-on-rails, it seems to be a very important distinction to make a decision.

I have an error coming from `devise_two_factor/models/two_factor_authenticatable.rb:10`: `undefined method encrypts` Do you know how to get this right?

This solution creates a scrollbar which looks pretty ugly and it's also not part of the intended UX. So the answer looks to be that you don't fully support it....

@mamadoo is this working ready to run? I don't understand how you use the `useDragScrolling` function. I see you use directly the `addEventListenerForWindow` and `removeEventListenerForWindow`. The idea looks pretty good...

@ttt43ttt your example doesn't work in my use case. See the fixed height of the `.App` creating this scroll bar on the left of the `.App` container, I don't want...

Actually @mamadoo, do you think you can have your example working on this example https://codesandbox.io/s/react-dnd-scrolling-demo-forked-0q0ru ? I'm struggling to implement it :/

Ah yeah, looks pretty good, scrolling down doesn't work on my Firefox for some reasons but I think I could figure this out. Looks like this PR is doing pretty...

https://github.com/TechStark/react-dnd-scrolling/pull/7 I'm hitting an issue running the example. Help would be appreciated :)