Prevent Material UI ModalUnstyled from ‘closing’ backdrop
I am using Material UI ModalUnstyled
Currently, when the ‘showSpinner’ prop is true
, a <Spinner />
overlays the modal content. The problem is: When the user clicks on the backdrop
of the Modal, the backdrop closes… I do not want this to happen and I am not sure how to prevent this
Search for special characters in table not working properly
In my react app which is built using typescript and MUI I created the following component:
Trying to dynamically import MUI icon fails with type error, seemingly due to string interpolation in the import path
I have a vite react project and I’m using MUI and typescript.