You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used unist-util-visit for Nuxt Content v2 in quite a few places and noticed my functionality broke in v3, the reason for this is the AST that queryCollection returns is quite different. There is no children property and there are no more node type properties. Is there a way to force this or to prevent this minimal AST in certain cases?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I used
unist-util-visit
for Nuxt Content v2 in quite a few places and noticed my functionality broke in v3, the reason for this is the AST thatqueryCollection
returns is quite different. There is no children property and there are no more node type properties. Is there a way to force this or to prevent this minimal AST in certain cases?Beta Was this translation helpful? Give feedback.
All reactions