So, i analyzed my code, and despite on another Prompt was absent, i had found such code
this.props.history.block(this.callback);
Deleting of this line fixed the warning. So i need to review Prompt
and this.props.history.block
usage at the same time.