Felix Leupold

Results 32 comments of Felix Leupold

+1 for non-blocking rendering I also agree, even if rendering would take longer, i think it's a bad idea to block the browsers rendering and responsiveness.

I'm seeing this error `FATAL ERROR: v8::FromJust Maybe value is Nothing.` also often in Github Actions. And I'm also using turbo, I'm wondering if this encourage the error. But really...

I do not see much gain in this "feature". A main feature of context is, that it is composable, that you can have multiple context providers in your app and...

Hi @lawderp, currently the z axis is only supported for mice that emit `deltaZ`. The pinch gesture is not supported yet. I'll try to have a look into this during...

A repro would have been nice to validate this exports bug. The version number worked pretty well so far, so not sure what was the problem there.

You should be able to stop propagation if needed using: ```js wheelGestures.on('wheel', (wheelEventState) => { wheelEventState.event.stopPropagation() }) ``` In which case is that better than preventDefault?

mhh can you give an example? what would be returned in that case?

When you call setEmails([]) you will get the link you are looking for :) `#emails=%5B%C2%A0%5D`