malte-wessel / react-custom-scrollbars

React scrollbars component
http://malte-wessel.github.io/react-custom-scrollbars/
MIT License
3.2k stars 577 forks source link

The `ref` prop of the element created by `renderView` is ignored #308

Open merraysy opened 5 years ago

merraysy commented 5 years ago

The original ref gets ignored here https://github.com/malte-wessel/react-custom-scrollbars/blob/master/src/Scrollbars/index.js#L575

KKzLEO commented 2 years ago

any update? I need to access view's ref to do react-virualized.

harturk commented 2 years ago

any update? I need to access view's ref to do react-virualized.

I need to do react-virtualized as well. Do you have any update?

KKzLEO commented 2 years ago

any update? I need to access view's ref to do react-virualized.

I need to do react-virtualized as well. Do you have any update?

I replaced all the RCS components with our own UI library's scrollbar, haha