You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read current stack from the client current stack during onError
Inside the onError event, the current owner stack is active but it's active
to the client runtime but we can access it from server runtime which is
what React.captureOwnerStack() points to.
So we need to forward this.
0 commit comments