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
Is it incorrect or just unfortunate? strip-extra-keys-transformer strips keys not defined in schema and returns the first valid branch. Would the correct behavior be "select a branch with least amount of changes to the original data"?
Originally reported as metosin/reitit#632. Moving it here because it's a malli bug.
Similar to metosin/reitit#407, except that the maps are closed and contain optional keys. For example,
should return
{:y :foo}
but actually returns{}
.The text was updated successfully, but these errors were encountered: