-
Notifications
You must be signed in to change notification settings - Fork 24.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AbortSignal/AbortController doesn't work #50015
Comments
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - 0.76.7. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - undefined. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
Hey @lufinkey, Can you add the minimum reproducer using our Reproducer Template? |
Hey @lufinkey, I checked with the Reproducer Template mentioned above Thanks to @migueldaipre . Abort controller worked in my case. You can use the same template to create a reproducible so that it would be easier to target the issue first. |
Gotcha, I'll try to put together a reproduction later today if I have time
…On Mon, Mar 17, 2025, 1:01 AM Sandeep Singh ***@***.***> wrote:
Hey @lufinkey <https://github.com/lufinkey>, I checked with the
Reproducer Template mentioned above Thanks to @migueldaipre
<https://github.com/migueldaipre> . Abort controller worked in my case
<https://github.com/sandeepeven/react-native-issue-abort-controller>. You
can use the same template to create a reproducible so that it would be
easier to target the issue first.
—
Reply to this email directly, view it on GitHub
<#50015 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3VGUIB22OWEQAO2WMIIAT2UZJKXAVCNFSM6AAAAABY6TQ77KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMRYGE2TONBYG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
[image: sandeepeven]*sandeepeven* left a comment
(facebook/react-native#50015)
<#50015 (comment)>
Hey @lufinkey <https://github.com/lufinkey>, I checked with the
Reproducer Template mentioned above Thanks to @migueldaipre
<https://github.com/migueldaipre> . Abort controller worked in my case
<https://github.com/sandeepeven/react-native-issue-abort-controller>. You
can use the same template to create a reproducible so that it would be
easier to target the issue first.
—
Reply to this email directly, view it on GitHub
<#50015 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3VGUIB22OWEQAO2WMIIAT2UZJKXAVCNFSM6AAAAABY6TQ77KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMRYGE2TONBYG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Description
fetch
, or any other async task that should be cancellable (docs here)fetch
requests.Steps to reproduce
React Native Version
0.76.1
Affected Platforms
Runtime - Android, Runtime - iOS
Output of
npx @react-native-community/cli info
Stacktrace or Logs
Reproducer
N/A
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: