react-scrollbars icon indicating copy to clipboard operation
react-scrollbars copied to clipboard

React-Scrollbars

Results 12 react-scrollbars issues
Sort by recently updated
recently updated
newest added

Hey, I'm checking your demos, and seem to be having scroll issues. (With other scroll libraries as well. Did mac change something?) ![image](https://user-images.githubusercontent.com/29404735/33674521-dc000b4a-da7d-11e7-9f9f-2f85896a0cc5.png) ![image](https://user-images.githubusercontent.com/29404735/33674557-efe78e58-da7d-11e7-8df4-fcca3031554b.png) Seems to be showing native scrollbar...

Anyone have idea of this issue? Using ES6: `import { ScrollbarWrapper } from 'react-scrollbars';`, Installed `react-addons-test-utils`, Installed `react-addons`, Updated in webpack config: ``` webpack: { ... externals: { ... 'react/addons':...

Hello, I want try your module and I've error : `build.js:15397 Warning: React.createElement: type should not be null, undefined, boolean, or number. It should be a string (for DOM elements)...

When i import the scrollbarWrapper, it says ContainerClass is not a function

Any one using bower and don't like npm for dependency can use bower install and wiredep react-scrollbars into project can do it in below way. bower install react-scrollbars --save as...

window is not defined. Can't use with isomorphic react app

Thanks for this neat little library! We're successfully using it in production at Effektif (http://www.effektif.com). We use it to display a list that is scrollable horizontally. When the list grows...

Hi there, Getting the following warning when mounting the component. Warning: ScrollbarWrapper is accessing getDOMNode or findDOMNode inside its render(). render() should be a pure function of props and state....