我遇到了错误:永久违反:在Query上下文中或作为传递的道具找不到“客户端”。将根组件包装在
然后我在测试时用prop客户将组件包装在apollo提供程序中。
TypeError: this.client.watchQuery is not a function
732 |
733 | it('should close the overlay when the close button is clicked', () => {
> 734 | const mandateBatchWrapper = mount(
735 | <ApolloProvider client={clientForApollo}>
736 | <MandateBatch
737 | data={data}
Run Code Online (Sandbox Code Playgroud)