Include hydrated responses for other records (#5646)
* Include hydrated responses for other records * Rename meta -> view This is actually all it is now.
This commit is contained in:
@@ -66,7 +66,7 @@ export function Provider({children}: React.PropsWithChildren<{}>) {
|
||||
cid: opts.quote.cid,
|
||||
uri: opts.quote.uri,
|
||||
},
|
||||
meta: opts.quote,
|
||||
view: opts.quote,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user