Commit da66d2c
committed
minor #872 [Doc] Fix embedded LiveComponents example (Tiriel)
This PR was merged into the 2.x branch.
Discussion
----------
[Doc] Fix embedded LiveComponents example
Child and parent props are swapped in example compared to documentation, leading to confusion.
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Tickets | ~
| License | MIT
As per documentation in he previous paragraph, `dataModel` prop full length must be written with the form `parentProp:childProp`.
Commits
-------
7e77483 Fix embedded LiveComponents example1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2605 | 2605 | | |
2606 | 2606 | | |
2607 | 2607 | | |
2608 | | - | |
| 2608 | + | |
2609 | 2609 | | |
2610 | 2610 | | |
2611 | 2611 | | |
| |||
0 commit comments