You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I use latest version of all @mantine/* packages
What version of @mantine/* packages do you have in package.json?
7.17.1
What package has an issue?
@mantine/hooks
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
Firefox
Describe the bug
When using the useIdle example on mantine.dev, once the state is idle, if I horizontally scroll (I'm using the track pad on my mac), the state doesn't change to "not idle". It looks like it's using the defaults so it includes the scroll events, and I'd expect that horizontal scroll to be detected.
My user agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0
Screen.Recording.2025-03-11.at.22.51.22.mov
If possible, include a link to a codesandbox with a minimal reproduction
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.17.1
What package has an issue?
@mantine/hooks
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
Firefox
Describe the bug
When using the
useIdle
example on mantine.dev, once the state is idle, if I horizontally scroll (I'm using the track pad on my mac), the state doesn't change to "not idle". It looks like it's using the defaults so it includes thescroll
events, and I'd expect that horizontal scroll to be detected.My user agent:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0
Screen.Recording.2025-03-11.at.22.51.22.mov
If possible, include a link to a codesandbox with a minimal reproduction
https://mantine.dev/
Possible fix
No response
Self-service
The text was updated successfully, but these errors were encountered: