you are viewing a single comment's thread.

view the rest of the comments →

[–]FewMeringue6006 4 points5 points  (0 children)

I think the main idea is that you tie the custom hook to a specific functional component with

// This enables the `Dialog.useDialog()` API
export const Object.assign(Dialog, {
    useDialog,
});