mirror of
https://github.com/penpot/penpot.git
synced 2026-06-09 17:02:05 +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.