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
{{ message }}
This repository was archived by the owner on Apr 13, 2023. It is now read-only.
I'm not sure why this happens, it seems I need to set up some MockedResponses but I don't know how to do that. When I console.log _this.mockedResponsesByKey and key in MockNetworkInterface.prototype.query it looks like the keys don't match because one is a string and the other is an object. I could be reading this wrong though.
I'm not sure why this happens, it seems I need to set up some MockedResponses but I don't know how to do that. When I console.log
_this.mockedResponsesByKeyandkeyinMockNetworkInterface.prototype.queryit looks like the keys don't match because one is a string and the other is an object. I could be reading this wrong though.Steps to Reproduce
Mount a MockedProvider using enzyme.
Buggy Behavior
The component receives
No more mocked responses for the query: ...inthis.props.data.errorExpected Behavior
Should not throw an error
Version