mirror of
https://github.com/penpot/penpot.git
synced 2026-07-17 03:29:13 +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.