-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
refactor(core): remove abort event error on init #9465
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## canary #9465 +/- ##
==========================================
+ Coverage 52.59% 52.83% +0.24%
==========================================
Files 2151 2151
Lines 96961 96964 +3
Branches 16154 16192 +38
==========================================
+ Hits 51000 51235 +235
+ Misses 44549 44305 -244
- Partials 1412 1424 +12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Following error always throw on Affine init, which is actually an `Event` from abort controller that can be handled in upstream. ![image](https://github.com/user-attachments/assets/50c25e5e-4a9c-45e0-b756-6b0f47390733)
507f0de
to
4862da0
Compare
Merge activity
|
Following error always throw on Affine init, which is actually an `Event` from abort controller that can be handled in upstream. ![image](https://github.com/user-attachments/assets/50c25e5e-4a9c-45e0-b756-6b0f47390733)
4862da0
to
8227d68
Compare
Following error always throw on Affine init, which is actually an
Event
from abort controller that can be handled in upstream.