Cannot open 2 modal at the same time with shopify app bridge

Hello everyone, I need help in the following situation
When developing a custom app, I used https://shopify.dev/docs/api/app-bridge-library/react-components/modal for the modal in the custom app but encountered an error that I could not open 2 modals at the same time.
I’ve researched but haven’t found any documents that specifically describe the situation I’m experiencing. Hope everybody help

My specific brief
Modal 1: Display file upload form => If there is an error, show modal 2
Modal 2: Show error when uploading file

Expected: Modal 2 lies on top of modal 1
Actual: Modal 2 is not displayed

Did you found any solution? I am facing the same issue