We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba8d8b commit 3609e8eCopy full SHA for 3609e8e
src/hooks/graph-populate.hook.ts
@@ -34,7 +34,7 @@ export function graphPopulate(
34
if (!populateQuery) return context
35
36
const { app } = context
37
- const graphPopulateApp: GraphPopulateApplication | undefined = app.graphPopulate
+ const graphPopulateApp: GraphPopulateApplication | undefined = (app as any).graphPopulate
38
39
// Get the populate data based on the query keys
40
const keys = Object.keys(populateQuery)
0 commit comments