为时已晚,但是根据
React Router documentation您可以
preventingtransition在
<prompt>组件帮助下使用。
<prompt when={isBlocking} message={location => `Are you sure you want to go to ${location.pathname}` } />如果
isBlocking等于
true则显示一条消息。有关更多信息,请阅读文档。



