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 225ae6a commit 37135a2Copy full SHA for 37135a2
doc/index.rst
@@ -728,7 +728,7 @@ and ``dehydrateWith`` options on ``LiveProp``::
728
729
class ComponentWithAddressDto
730
{
731
- #[LiveProp(dehydrateWith: 'dehydrateAddress', hydrateWith: 'hydrateAddress')]
+ #[LiveProp(hydrateWith: 'hydrateAddress', dehydrateWith: 'dehydrateAddress')]
732
public AddressDto $addressDto;
733
734
public function dehydrateAddress(AddressDto $address)
0 commit comments