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
Fix error trace — trace now uses schema field names (atoms like [:address, :city]) instead of raw source keys (strings like ["address", "city"]) or opaque Access function references ([#Function<...>])
Fix dynamic map trace — key parse errors no longer include the unparsed key in trace; value errors use the parsed key
Optimize trace building — internally uses prepend + reverse instead of append