Skip to content

DialogOutlet

import { DialogOutlet } from 'react-dialog-async';

Outlet component where dialogs opened with useDialog() will be rendered. Must be used within a <DialogProvider/>.

<DialogProvider>
<App />
<DialogOutlet/>
</DialogProvider>
function DialogOutlet(): JSX.Element

This component does not accept any props.

View on GitHub