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
How can I use ref on ScrollSyncPane child? It is always undefined. Maybe that's because ScrollSyncPane is cloning child in render function, passing childRef property, which is never set?
The text was updated successfully, but these errors were encountered:
Yeah that could be the reason. I found out over time the cloning children should be avoided but I'm currently not really maintaining this lib. So if you want to submit a PR feel free to do so.
How can I use
ref
onScrollSyncPane
child? It is alwaysundefined
. Maybe that's becauseScrollSyncPane
is cloning child inrender
function, passingchildRef
property, which is never set?The text was updated successfully, but these errors were encountered: