Kaijie Huang
Kaijie Huang
@123ten is this the final answer from antD or this issue will be addressed with antD v5? update: 不对啊 这个应该就是rc-dialog 9.2.0 就修复了的吧
hi @johnhok did you end up forking the extension, build it locally then load it as unpacked chrome extension?
@johnhok thank you I plan to do so :), based on the [code](https://github.com/apollographql/apollo-client/blob/v3.6.9/src/core/ApolloClient.ts#L189), it does not seems a "different" global variable is needed though. can just suppress unwanted ones with...
who can participate in this 文档挑战赛?
actually you can use a ref to store the context value (always update it synchronously) ``` const valRef = useRef(val) valRef.current = val; useQuery(query, { context: { valRef } })...
@jerelmiller does it work for you?
yep ..we also misunderstood the "deep equal", turns out it is not that "deep", it is a normal react style equal check
https://github.com/streamich/react-use/blob/master/src/useLatest.ts , a simple and similar idea to wrap your variable as a ref, if you want
@jerelmiller I didnt realize you are actually from apollo team member. if so yeah it would be great to address this fine-grained control at apollo level. For now I will...