Closed TrueWill closed 3 years ago
In https://github.com/i18next/i18next-http-backend/issues/33 it's suggested to return an object from parse in BackendOptions - this works (and solved my issue - thanks), but the TypeScript types are wrong - it says parse returns a string.
parse
BackendOptions
Would you like to send a Pull Request to address this?
Done: https://github.com/i18next/i18next-http-backend/pull/76
🐛 Bug Report
In https://github.com/i18next/i18next-http-backend/issues/33 it's suggested to return an object from
parse
inBackendOptions
- this works (and solved my issue - thanks), but the TypeScript types are wrong - it saysparse
returns a string.