Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problems debouncing onWheel events #6

Open
stephenforpeople opened this issue Jan 20, 2017 · 0 comments
Open

problems debouncing onWheel events #6

stephenforpeople opened this issue Jan 20, 2017 · 0 comments

Comments

@stephenforpeople
Copy link

trying to control the onWheel events, installed react throttle. It works with onChange events. But when I switch to onWheel, I get the following error:

iterable.length has been deprecated, use iterable.size or iterable.count(). This warning will become a silent error in a future version. Error
at List.get (http://localhost:8080/dist/scripts/main.js:36095:40)
at baseIsTypedArray (http://localhost:8080/dist/scripts/main.js:54689:24)
at arrayLikeKeys (http://localhost:8080/dist/scripts/main.js:53638:52)
at keys (http://localhost:8080/dist/scripts/main.js:64515:37)
at baseGetAllKeys (http://localhost:8080/dist/scripts/main.js:54293:21)
at getAllKeys (http://localhost:8080/dist/scripts/main.js:57121:15)
at baseClone (http://localhost:8080/dist/scripts/main.js:53925:40)
at http://localhost:8080/dist/scripts/main.js:53932:35
at arrayEach (http://localhost:8080/dist/scripts/main.js:51767:12)
at baseClone (http://localhost:8080/dist/scripts/main.js:53926:8)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant