requireDialogs()function

requireDialogs(): DialogsStore
Return
DialogsStore
The current DialogsStore.

Read the current DialogsStore from the nearest <DialogsContext>.

Examples

requireDialogs().show(<ConfirmForm />);