mst-reference-pool
mst-reference-pool copied to clipboard
Nested models issue
We have a situation like so:
model FuelLog {
model FuelLogLocation {
...props
}
}
This doesn't work with the reference pool (on FuelLog) because the snapshot assignment causes duplicate content (not entirely sure the mechanics, but I get the issue - the container implies some pooling or at least awareness of the model properties. I don't have an easy answer, but figured I'd put it out there.