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
timofei-iatsenko
changed the title
LinguiConfig type from '@lingui/conf' has incorrect default required props
LinguiConfig type from '@lingui/conf' has incorrect required props
Mar 6, 2023
These properties should be enough to work, but
LinguiConfig
want to all properties being presented. So i have to writePartial<LinguiConfig>
.Solution:
We need to fix typings and mark not-required fields as optional and add a proper test for that (test-d.ts)
The text was updated successfully, but these errors were encountered: