react-awesome-reveal
react-awesome-reveal copied to clipboard
TypeError: Cannot read property 'css' of undefined
trafficstars
I'm using [email protected] and [email protected]
Why am I getting this error?
TypeError: Cannot read property 'css' of undefined
This is how i'm using it:
import { Fade } from 'react-awesome-reveal'
<Fade direction="down" duration={1500} delay={300} triggerOnce> <span>Lorem ipsum</span> </Fade>
A new preview release is out, please upgrade to v4 beta by running:
yarn add react-awesome-reveal@next @emotion/react
Please note that from version 4 the @emotion/react dependency must be explicitly installed (it is now a peer dependency of RAR).