You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's certainly depressing when you install a package, copy paste the example docs.. and it doesn't work : )
This package works with React 14, and if you are using 15-16, it installs react 14 in your node_modules.. Better find another, as this is not maintained.
Cannot run project because of this warning.
Use code from the example
`
import React, { Component } from 'react';
import ParallaxComponent from 'react-parallax-component';
const WORD = 'AWESOME REACT';
const random = (min, max) => Math.random() * (max - min) + min;
export default class Test extends Component {
render() {
const wrap = {
height: window.innerHeight * 10,
};
}
}
`
So, how to resolve this?
Thanks!
The text was updated successfully, but these errors were encountered: