标签: javascript reactjs
是否可以在react-router-dom提示中使用其他组件?默认情况下,显示javascript警报。我想使用material-ui对话框。
react-router-dom
<Prompt when={this.state.unsaved} message={location => t('application:unsavedWarning') } />
有任何提示吗?
预先感谢