-
My project is on react 16.9.0 and I want to upgrade my react project to react 18.1.0. Is there any thing that i have to take care of in this package on upgrading?
-
Hi,
How to use, React custom scroll bar with React Select.
[https://github.com/malte-wessel/react-custom-scrollbars/pull/305](url)
Now my code is like this:
import React from 'react';
impor…
-
**What is the current behavior?**
Fails to render in strict mode React 18.
```
Element was not created. Possibly you haven't provided HTMLDivElement to renderer's `elementRef` function.
```
…
-
I have a `react-infinite-scroll-component` in combination with `react-custom-scrollbars`. The code below works for me.
However, I would like to set a different **width** for the scrollbar. Is this po…
-
I have been using react-custom-scrollbars for custom scrolling in my app, there comes a point, the data would be dynamic and scroll should go to bottom or recent data added.
simple react-custom-scr…
-
Please could you consider supporting react-custom-scrollbars on your menu
serle updated
5 years ago
-
`react-scrollbars-custom` is not compatible with React 18. We heavily depend on this library. Thus, even though we have upgraded React to v18, we are still using the React v17 API. Once this lib becom…
nop33 updated
5 months ago
-
### 🐛 bug 描述
Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of DomWrapper4 which is inside StrictMode. Instead, add a ref directly to the element you want to…
-
Hi,
I'm using your library with react-custom-scrollbars and having an issue. This is my code:
` }
renderTrackVertical={props => }
renderTrackHorizontal={props => }
render…
-
**What is the current behavior?**
**Steps to reproduce it and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have extra depend…