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
[NEXT-697] React Dev Tools in chrome causes Error "Uncaught TypeError: wakeable.then is not a function" when a context provider wraps a suspense (next dev) #43389
Observe Uncaught TypeError: wakeable.then is not a function
If the react dev extension is disabled, the error is not thrown.
If the context provider is removed, the error is not thrown.
If suspense is removed, the error is not thrown.