-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requesthigh priorityIssues that we need to address ASAPIssues that we need to address ASAP
Description
I can't seem to get the children of the parent of the current page.

This is my query
const { data } = await useWpFetch(/post, { query: { uri: route.path, fields: 'acf, parent', depth: 2, per_page: 10 } })
I have tried using depth, it doesn't seem to work on the parent node.
Can we please have the ability to get data.parent.children?
Site in question is DressCode
Reactions are currently unavailable
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or requesthigh priorityIssues that we need to address ASAPIssues that we need to address ASAP