Open
Description
Prerequisites
- I have searched the repository’s issues and Kinde community to ensure my issue isn’t a duplicate
- I have checked the latest version of the library to replicate my issue
- I have read the contributing guidelines
- I agree to the terms within the code of conduct
Describe the issue
When I try:
await kindeClient.login().catch((e) => console.log(e))
I expect the catch
block to be triggered when there's an error, but instead, it throws. I tried wrapping it within a try/catch
and it also doesn't wokr.
Library URL
https://github.com/kinde-oss/kinde-react-native-sdk-0-7x
Library version
1.3.1
Operating system(s)
Other (see “Further environment details”)
Operating system version(s)
n/a
Further environment details
No response
Reproducible test case URL
No response
Additional information
No response
Activity