Nested map with invalid value breaks strip-extra-keys-transformer
when using map-of
#1118
Labels
enhancement
New feature or request
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: