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
The text was updated successfully, but these errors were encountered:
bgalartza
changed the title
Invalid value breaks strip-extra-keys-transformer when using map-of
Nested map with invalid value breaks strip-extra-keys-transformer when using map-ofNov 11, 2024
Apparently having a nested map with an invalid value inside
map-of
breaks thestrip-extra-keys-transformer
.Works as expected:
Produces empty map instead of
{"anything" {:a "a"}}
:I found some mention to this problem in this pull request
The text was updated successfully, but these errors were encountered: