diff --git a/versioned_docs/version-6.x/params.md b/versioned_docs/version-6.x/params.md index 92c340ad4a..ef443dd58a 100755 --- a/versioned_docs/version-6.x/params.md +++ b/versioned_docs/version-6.x/params.md @@ -158,6 +158,12 @@ function CreatePostScreen({ navigation, route }) { } ``` +:::note + +Add `merge: true` to the `params` in the CreatePostScreen component to merge the old state (without post) with the new state (with post). + +::: +