Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 16, 2022
1 parent 18043a9 commit cd688e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/normalize/prop_path/entries.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const getTokenEntries = function (
const missing = !isPlainObj(value)

if (missing) {
if (isStrict) {
if (isStrict && !isAny) {
return [{ value: undefined, path: [...path, { key, missing }] }]
}

Expand Down

0 comments on commit cd688e1

Please sign in to comment.