You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/TwigComponent/doc/index.rst
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -489,8 +489,7 @@ component use a ``PreMount`` hook::
489
489
490
490
$resolver->setIgnoreUndefined(true);
491
491
492
-
The major drawback of this configuration is that the OptionsResolver will remove every non-defined option when resolving data.
493
-
In order to maintain the props that have not been defined within the option resolver, it is necessary to combine the data from the hook with the result of the resolved data.
492
+
The major drawback of this configuration is that the OptionsResolver will remove every non-defined option when resolving data. To maintain props that have not been defined within the OptionsResolver, combine the data from the hook with the resolved data.
0 commit comments