diff --git a/docs/docs/core/useSharedValue.mdx b/docs/docs/core/useSharedValue.mdx
index 11b1a30fe13..96b5cb34025 100644
--- a/docs/docs/core/useSharedValue.mdx
+++ b/docs/docs/core/useSharedValue.mdx
@@ -88,6 +88,22 @@ function App() {
+- When storing objects in a shared value, make sure to reassign an object instead of changing the properties individually.
+
+