ConfigCat SDK for React. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.
The localstorage cache is not working with non Latin 1 characters.
Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range.
Related issues (only if applicable)
Provide links to issues relating to this pull request
Requirement checklist (only if applicable)
[ ] I have covered the applied changes with automated tests.
[ ] I have executed the full automated test set against my changes.
[ ] I have validated my changes against all supported platform versions.
Describe the purpose of your pull request
The localstorage cache is not working with non Latin 1 characters. Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range.
Related issues (only if applicable)
Provide links to issues relating to this pull request
Requirement checklist (only if applicable)