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
args[0].indexOf('Warning: Do not await the result of calling ReactTestUtils.act',)===0
This assumes the first arg passed to console.error is a string; but the type could be different. For example, it can be an object console.error({ error })