Skip to content

Commit fc3e14c

Browse files
committed
Fix doc
1 parent 24a582b commit fc3e14c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3390,8 +3390,8 @@ All ``LiveProp::with*`` methods are immutable, so you need to use their return v
33903390

33913391
.. caution::
33923392

3393-
You must not rely on props that also use a modifier in other modifiers methods, as their modifiers will not
3394-
necessarily be applied in the correct order when hydrating components.
3393+
You must not rely on props that also use a modifier in other modifiers methods. This is because
3394+
those properties may not have been hydrated by this point.
33953395

33963396

33973397
Debugging Components

0 commit comments

Comments
 (0)