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
Don't append Component Stack in React DevTools if we already have a native task
If the current Fiber already has a native task, then it might be in a native async task and so we already have a component stack.
If it doesn't have a native task, it's because this is not DEV mode or it's an older React or React didn't detect console.createTask.
0 commit comments