diff --git a/docs/CreateDialog.md b/docs/CreateDialog.md index c19941bce1d..eb92cc880e6 100644 --- a/docs/CreateDialog.md +++ b/docs/CreateDialog.md @@ -55,6 +55,8 @@ In the related ``, you don't need to declare a `create` component as t ``` +**Note**: You can't use the `` and have a standard `` specified on your ``, because the `` declarations would conflict. If you need this, use the [``](./CreateInDialogButton.md) instead. + `` accepts the same props as the [``](./Create.md) component, and the same type of children (e.g. a [``](./SimpleForm.md) element). * `children`: the components that renders the form