You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we please have this? It's not ideal that you can't control Z-index with programmatically-created dialogs, but you can contorl z-index via props on the Modal component.
This function solves the problem (这个功能解决的问题)
change zIndex when using useDialog
Expected API (期望的 API)
dialog.warning({
title: 'test',
zIndex: 9999,
});
The text was updated successfully, but these errors were encountered: