diff --git a/docs/ReferenceManyInput.md b/docs/ReferenceManyInput.md index 2562316843..615e5f1569 100644 --- a/docs/ReferenceManyInput.md +++ b/docs/ReferenceManyInput.md @@ -72,7 +72,7 @@ const ProductEdit = () => ( `` persists the changes in the reference records (variants in the above example) after persisting the changes in the main resource (product in the above example). This means that you can also use `` in `` views. -**Tip**: `` cannot be used with `undoable` mutations. You have to set `mutationMode="optimistic"` or `mutationMode="pessimistic"` in the parent `` or ``, as in the example above. +**Tip**: `` cannot be used with `undoable` mutations. You have to set `mutationMode="optimistic"` or `mutationMode="pessimistic"` in the parent ``, as in the example above. ## Props @@ -297,5 +297,6 @@ const ProductEdit = () => ( ## Limitations - `` cannot be used inside an `` or a ``. +- `` cannot be used with `undoable` mutations in a `` view. - `` cannot have a `` or a `` as one of its children. -- `` does not support server side validation. \ No newline at end of file +- `` does not support server side validation.