From [email protected] Invalid key warning in console #1199
-
After upgrading from
It's correct? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I'm asking this because I already have my const keys = {
EmailAddresses: null
} |
Beta Was this translation helpful? Give feedback.
-
This used to unintentionally, work, i.e.
means you'll want |
Beta Was this translation helpful? Give feedback.
This used to unintentionally, work, i.e.
means you'll want
EmailAddresses: () => null
and notEmailAddresses: null
as the typings of this config suggest :)