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
Cannot test legacy context behavior (mount and shallow, on the providing and on the consuming component) → .context either throws or returns an empty context depending on how it's used.
Expected behavior
.context returns the context somehow (after .dive or not, I'm not positive what the correct behavior should be)
Current behavior
Cannot test legacy context behavior (mount and shallow, on the providing and on the consuming component) →
.context
either throws or returns an empty context depending on how it's used.Expected behavior
.context
returns the context somehow (after.dive
or not, I'm not positive what the correct behavior should be)Your environment
Original issue was on React 16.2. Reproduction on React 16.8: https://codesandbox.io/s/oqo7nvxp2q (Notice the app works but the tests fail)
API
Version
Adapter
The text was updated successfully, but these errors were encountered: