import CustomScrollbar from '@pansy/custom-scrollbar-react'; import '@pansy/custom-scrollbar-react/scrollbar.less'; export default () => { return ( <CustomScrollbar style={{ maxHeight: 300, }} > <p>123</p> <p>12
I am using react-custom-scrollbar and would like to integrate it with FixedSizeList. I have checked the solution on this issue on react-virtualized: bvaughn/react-virtualized#692 (comment) But the code is throwing error: Uncaught TypeErr...
`` ** custom component ** import React, { Component } from 'react' import { Scrollbars } from 'react-custom-scrollbars' import '../css/components/custom-scrollbar.css' export default class CustomScrollbars extends Component { render () {...