-
Notifications
You must be signed in to change notification settings - Fork 47.1k
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
Add errorInfo and prevState parameters to getDerivedStateFromError #13986
Add errorInfo and prevState parameters to getDerivedStateFromError #13986
Conversation
Details of bundled changes.Comparing: b5539ad...f408448 scheduler
Generated by 🚫 dangerJS |
Hello. Is it possible to merge this PR? |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution. |
Still relevant (stale bots are user hostile) |
f408448
to
bc1f3e1
Compare
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit bc1f3e1:
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 622ca61:
|
This pull request has been automatically marked as stale. If this pull request is still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize reviewing it yet. Your contribution is very much appreciated. |
bump |
This pull request has been automatically marked as stale. If this pull request is still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize reviewing it yet. Your contribution is very much appreciated. |
eternal bump |
This pull request has been automatically marked as stale. If this pull request is still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize reviewing it yet. Your contribution is very much appreciated. |
bump |
This pull request is useful, non-breaking, and frustratingly ignored. I would appreciate it being merged, as it would make @bisubus Could you make a commit to fast forward this PR to the latest |
This pull request has been automatically marked as stale. If this pull request is still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize reviewing it yet. Your contribution is very much appreciated. |
bump |
What happened here? |
All PRs that were merging into master closed |
Right, but why would you delete master instead of using github's branch renaming feature?? |
It was already moved, someone pushed it accidentally to recreate it and then deleting it apparently caused this. |
oof, that sucks :-/ can the PR be reopened at all, or does the author have to file a new one? |
Yea, I can't reopen it nor change the branch it's pointing to. :( |
Improves #13746 by providing
getDerivedStateFromError
with botherror
anderrorInfo
params that are available incomponentDidCatch
.Closes #13954.