Thomas Rooney

Results 2 comments of Thomas Rooney

My workaround is this: https://gist.github.com/ThomasRooney/89faeed810d1d18dfa16d0dd16eef0b2 It is a react hook that will resolve the connection before it returns the full structure. It will also only follow 1 layer of connections,...

Thanks @bflad for the in depth analysis! It appears that `SingleNestedAttribute` works in a similar way -- having an `Optional: true`+`Computed: true` parent but with a `Required: true` child within,...