Panics @ line `126` of `response.go` (out of index error on `modelValue.Field(i)`) Example code: ``` type A struct { AString string `jsonapi:"attr,aString"` } type B struct { A BString string `jsonapi:"attr,bString"` } ```
Panics @ line
126ofresponse.go(out of index error onmodelValue.Field(i))Example code: