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
The name and order properties inside of collection patterns seem to be working great, however note isn't rendering anything for me. I saw that this was defined in the example, so I figured it was possible.
The text was updated successfully, but these errors were encountered:
This is an inconsistency that we're aware of and plan on addressing in the drizzle-builder package. Some of the meta data properties (e.g. name, order) are hoisted to a higher level in the template scope for convenience, while others remain namespaced in the data object.
Can you try accessing the property in your template as data.notes and see if that works?
Hey Folks!
The
name
andorder
properties inside of collection patterns seem to be working great, howevernote
isn't rendering anything for me. I saw that this was defined in the example, so I figured it was possible.The text was updated successfully, but these errors were encountered: