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
The shallow renderer's render method currently accepts a second (undocumented) argument, context, but values you pass don't actually make it through. If you pass {foo: 'bar'} the component receives the context object {foo: undefined}.