how can I check this markerPosition value is null or not, I need to assign it a variable laying if its null.
onSendPress() {
const { message, markerPosition } = this.props;
this.props.dispatch({
type: 'Message/messageSend',
payload: { message, markerPosition }
});
}
constructordoes callsuper(props)? See this issue