ky 1.8.0 failing on retry in react native 0.78.0 app. #686
Unanswered
YagneshPower
asked this question in
Q&A
Replies: 1 comment
-
This is a known problem with React Native. For whatever reason, they are lagging behind in supporting some newer web APIs, including The good news is this should be pretty easy to fix. You just need to polyfill the method. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a mono repo. At root package.json I have installed ky 1.8.0 this root project have two application shared login and reactnativeapp.(0.78.0 version) From react native I am making a call to ky.post . this call is from within tanstackquery function and this calls will give 504 error code. I am expecting retry to trigger but Instead of retry I get this error message.
If I downgrade ky to 0.33.0.. Retry works fine with this setup. Any ideal what change I need to use latest ky library.
Beta Was this translation helpful? Give feedback.
All reactions