This repository was archived by the owner on Jun 14, 2021. It is now read-only.
This repository was archived by the owner on Jun 14, 2021. It is now read-only.
component is not working #20
Open
Description
TypeError: Cannot read property 'Y' of undefined
3 | import {ScrollBox, ScrollAxes, FastTrack} from 'react-scroll-box'; // ES6
4 |
5 | const TestContainer = () => (
6 | <ScrollBox style={{height: '200px'}} axes={ScrollAxes.Y} fastTrack={FastTrack.PAGING}>
7 | Place any content here.
8 |
9 | );
im using the npm install react-scroll-box with all the latest versions of create-react-app and node.js and everythign the latest.. what gives?.. working on ubuntu 18.04, also tried installing with yarn... react just wont get the component
Metadata
Metadata
Assignees
Labels
No labels