From eb0cecf9848771699af582d54c970b8d094bee2b Mon Sep 17 00:00:00 2001 From: erwanMarmelab Date: Sat, 21 Sep 2024 12:56:53 +0200 Subject: [PATCH] documentate limitation --- docs/ReferenceManyInput.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ReferenceManyInput.md b/docs/ReferenceManyInput.md index a0e2d3d840d..615e5f15695 100644 --- a/docs/ReferenceManyInput.md +++ b/docs/ReferenceManyInput.md @@ -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.