We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4728dc commit 9e45d2aCopy full SHA for 9e45d2a
src/LiveComponent/README.md
@@ -1234,6 +1234,10 @@ component (because `data-model` takes precedence over `name`). But if
1234
any parent components have a `markdown_value` model _or_ a `post.content`
1235
model (normalized from `post[content`]`), their model will also be updated.
1236
1237
+**NOTE**: If you _change_ a `LiveProp` ofa child component on the server
1238
+(e.g. during re-rendering or via an action), that change will _not_ be
1239
+reflected on any parent components that share that model.
1240
+
1241
### Full Embedded Component Example
1242
1243
Let's look at a full, complex example of an embedded component. Suppose
0 commit comments