mst-reference-pool icon indicating copy to clipboard operation
mst-reference-pool copied to clipboard

Nested models issue

Open djMax opened this issue 3 years ago • 0 comments

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.

djMax avatar Apr 30 '22 23:04 djMax