I am using React # next and I am getting an error:
Uncaught Error: CSSTransition.getChildContext(): childContextTypes must be defined in order to use getChildContext().
I temporary fixed this with:
CSSTransition.childContextTypes = {
//child context keys
}
I am not too sure why this error occurs but it seems something has changed in react.
I am using React # next and I am getting an error:
Uncaught Error: CSSTransition.getChildContext(): childContextTypes must be defined in order to use getChildContext().I temporary fixed this with:
I am not too sure why this error occurs but it seems something has changed in react.