We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The retrieved empty values of nested keys are set to null
null
{ "error": { "generic": { "body": null } } }
To Reproduce Try a wti pull on a project that has nested keys.
wti pull
Expected behavior null values should be replaced by an empty string
{ "error": { "generic": { "body": "" } } }
Doing so, is compliant with i18next default behavior
i18next
The text was updated successfully, but these errors were encountered:
2637354
chore(release): version 1.3.1 [skip ci]
aea40eb
## [1.3.1](v1.3.0...v1.3.1) (2020-07-17) ### Bug Fixes * **pull:** replace null values with empty strings in nested keys ([2637354](2637354)), closes [#11](#11)
🎉 This issue has been resolved in version 1.3.1 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The retrieved empty values of nested keys are set to
null
To Reproduce
Try a
wti pull
on a project that has nested keys.Expected behavior
null
values should be replaced by an empty stringDoing so, is compliant with
i18next
default behaviorThe text was updated successfully, but these errors were encountered: