Shreyansh Kumar
Results
2
issues of
Shreyansh Kumar
I am trying to install react-slick on a NextJS project with [this example](https://codesandbox.io/s/react-slick-playground-8d6h5) but none of the images are showing up. [As seen here](https://drive.google.com/file/d/1inXscYdXx5Hur6-jA7fSjNnqI5rALqIg/view?usp=sharing), the blue rectangle on the left...
I am writing a React package which is an HOC: ```jsx const HOC = () => { return class extends Component { constructor(props) { super(props) this.state = {test: false} }...