-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
onScroll event of ScrollablePane is not fired while running on react version 17.0.2 #18744
Comments
This behavior might be related to this breaking change. |
@arunvenu87 - Thanks for filing this issue with us. @smhigley - Would you be able to confirm if this is a regression, or if this behavior is an issue? |
Here's a better to change version example: https://codesandbox.io/s/onscroll-event-of-scrollablepane-is-not-fired-while-running-on-react-version-dq9un |
Seems like the |
@bsunderhus any updates on when the pull request fixing this will be merged? Thanks |
Unfortunately, the PR expired and has been closed. We would highly appreciate to get this merged, as this is currently blocking us to migrate to React v17. |
Environment Information
Describe the issue:
Actual behavior:
The
onScroll
event ofScrollablePane
is not fired while usingreact
version 17 .Expected behavior:
The
onScroll
event ofScrollablePane
should be fired.If applicable, please provide a codepen repro:
It is working when
react
version 16.8.6 is usedhttps://codepen.io/arunvenu87/pen/gOWOPpq
It is not working when
react
version 17.0.2 is usedhttps://codepen.io/arunvenu87/pen/YzVzwPj
Priorities and help requested :
Are you willing to submit a PR to fix? No
Requested priority: High
The text was updated successfully, but these errors were encountered: