Whenever I called the MuiDialog tag in material UI, It's always render a div tag for Backdrop like this:
<div class="MuiDialog-root>
//THIS IS IT
<div class="MuiBackdrop-root" aria-hidden="true" style="opacity: 1; transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;"></div>
</div>
I know that in MuiDialog, we can set attributes for Backdrop like this:
<MuiDialog BackDropProps={{//WRITE SOMETHING HERE}}
>
</MuiDialog>
But I don't know what to fill in to make It disappear.
Please help
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…