Closed SteelAlloy closed 5 months ago
Hi, thank you for such a high evaluation! You were almost there) The syntax is #[ghosts(child.path@field_name)]
, so in your case #[ghosts(vehicle@foo: {42})]
.
Please let me know if you have any other questions!
Hi, great library
How can I provide a default value on flattened children ?
In this example, i want to provide a default value for
foo
.The following doesn't work :
Thanks