Taylor Yelverton
Taylor Yelverton
STILL BROKEN
Anyone have any luck getting this too work?
Other `defaultOptions` are being overridden/ignored as well. I'm initializing my ApolloClient with: ``` defaultOptions: { watchQuery: { fetchPolicy: 'no-cache', errorPolicy: 'ignore', }, query: { fetchPolicy: 'no-cache', errorPolicy: 'all', }, }...
passing in a nodeRef does not always fix this issue, I think ``` findDOMNode(): ?HTMLElement { return this.props?.nodeRef?.current ?? ReactDOM.findDOMNode(this); } ``` should become ``` findDOMNode(): ?HTMLElement { return this.props?.nodeRef...
A workaround for this seems to be adding `"csharp.debug": {},` to your settings
A workaround for this seems to be adding `"csharp.debug": {},` to your settings