mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
The deep-mapm function was applying the mapping function twice on leaf entries (non-map, non-vector values): once when destructuring the entry, and again on the already-transformed result in the else branch. Now mfn is applied exactly once per entry.