-
-
Notifications
You must be signed in to change notification settings - Fork 1k
improve error handling in untrack
#1335
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
Conversation
Pull Request Test Coverage Report for Build 3396731709
💛 - Coveralls |
|
what about solid/packages/solid/src/reactive/signal.ts Lines 971 to 1000 in 763adf4
especially solid/packages/solid/src/reactive/signal.ts Line 973 in 763adf4
should this go through solid's error handling? |
|
That one's probably fine. If the Transition is running it means it is running in a runUpdate further up. The problem with untrack is it messes with Listener/Owner and misses restoring it if it throws. Where this is handled higher up. |
Pull Request Test Coverage Report for Build 3396731709Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
1 similar comment
Pull Request Test Coverage Report for Build 3396731709Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
addresses #1323