Multiple people struggle with using qualified keywords so I have added a section about that to the minim. tutorial: https://fulcro-community.github.io/guides/tutorial-minimalist-fulcro/#_components_props Feedback welcome!
In the second code block there is a double colon missing.
{::car/make "Škoda", my.domain.car/year 2020, ::sold? true}
Thanks! You meant perhaps single colon in front of my.domain.car/year?