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
It seems like react-is v16.6 no longer is compatible with React v16.3 - v16.5, in that React v16.3 - v16.5 will use Symbol(react.async_mode), but react-is's AsyncMode export will instead be Symbol(react.concurrent_mode).
It seems like the async mode symbol needs to remain the same in react-is 16.6+, and the isAsyncMode function would need to check both the AsyncMode and ConcurrentMode symbols.