Closed this issue 6 years ago · 1 comments
Cannot read property Giving above error with following line, any idea? > 447 | if ( this.props.operatorSigns [ assignValue ]) {
Cannot read property
> 447 | if ( this.props.operatorSigns [ assignValue ]) {
if ( this.props.operatorSigns && this.props.operatorSigns [ assignValue ]) {
fixed with null check
null