Updates the common SDK which includes an important type fix to make key values optional. Otherwise users are forced to either @ts-ignore your SDK, or provide empty string keys which crash your SDK on iOS (and potentially Android which I haven't verified)
Requirements
Related issues
Describe the solution you've provided
Updates the common SDK which includes an important type fix to make key values optional. Otherwise users are forced to either
@ts-ignore
your SDK, or provide empty string keys which crash your SDK on iOS (and potentially Android which I haven't verified)