As per the docs there should be an element and an elementType property available.
Logging a node of a breadcrumb query gives me the following available properties:
You can clearly see this is an element (by the isElement property) but still no element is being output. Meanwhile I fixed this by just fetching the correct page via the elementId but of course this issue should still be fixed.
Steps to reproduce
Log out a node that is being output by a breadcrumb query
Describe the bug
As per the docs there should be an
element
and anelementType
property available.Logging a node of a breadcrumb query gives me the following available properties:
You can clearly see this is an element (by the
isElement
property) but still no element is being output. Meanwhile I fixed this by just fetching the correct page via theelementId
but of course this issue should still be fixed.Steps to reproduce
Log out a node that is being output by a breadcrumb query
Craft CMS version
4.2.7
Plugin version
2.0.6
Multi-site?
Yes
Additional context
No response