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
Setting fullHeight to true in <ParallaxMousemove /> attempts to set this.props.containerStyle.height to the height of the window. But that won't work, props are read-only in React.
The text was updated successfully, but these errors were encountered:
The problem is this line.
Setting
fullHeight
totrue
in<ParallaxMousemove />
attempts to setthis.props.containerStyle.height
to the height of the window. But that won't work, props are read-only in React.The text was updated successfully, but these errors were encountered: