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 think it was a mistake to rely on a default "proc" instead of preemptively merging default data in. It means any "to_h"-related code paths are missing default data!
For example, in Liquid, resource.data.layout is missing in a layout template when the layout is set using defaults.
The text was updated successfully, but these errors were encountered:
I think it was a mistake to rely on a default "proc" instead of preemptively merging default data in. It means any "to_h"-related code paths are missing default data!
For example, in Liquid,
resource.data.layout
is missing in a layout template when the layout is set using defaults.The text was updated successfully, but these errors were encountered: