File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-reconciler/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -925,7 +925,7 @@ export function queueRecoverableErrors(errors: Array<mixed>) {
925925 workInProgressRootRecoverableErrors = errors ;
926926 } else {
927927 workInProgressRootConcurrentErrors = workInProgressRootConcurrentErrors . push . apply (
928- null ,
928+ workInProgressRootConcurrentErrors ,
929929 errors ,
930930 ) ;
931931 }
Original file line number Diff line number Diff line change @@ -925,7 +925,7 @@ export function queueRecoverableErrors(errors: Array<mixed>) {
925925 workInProgressRootRecoverableErrors = errors ;
926926 } else {
927927 workInProgressRootConcurrentErrors = workInProgressRootConcurrentErrors . push . apply (
928- null ,
928+ workInProgressRootConcurrentErrors ,
929929 errors ,
930930 ) ;
931931 }
You can’t perform that action at this time.
0 commit comments