Ddfordp

i18n/23/i18next-replace-keyswithseparator-with-joinkeys

No description available

i18nbreaking changesv22.x.x to v23.0.0keyswithseparatorjoinkeysreact-i18next
Public
8 executions

Run locally

npx codemod i18n/23/i18next-replace-keyswithseparator-with-joinkeys

Renaming types or functions can be part of an effort to clarify the library's API, deprecate old functionality, or introduce new features. In this case, KeysWithSeparator has been renamed to JoinKeys. This means wherever KeysWithSeparator was used in the codebase, it needs to be replaced with JoinKeys.

Example

Before

ts

After

ts

Ready to contribute?

Build your own codemod and share it with the community.