Dayashankar T R

Results 6 comments of Dayashankar T R

Any updates on this? This would be really helpful!

> I ended up writing my own mutator for insert: > > ```ts > insertAt: (args, state, tools) => { > const [index, newStation] = args; > const roadmap: Roadmap...

The issue exists with `fetchPolicy` as `cache-and-network`. However, it works as expected with `fetchPolicy` as `network-only`

For me, this worked ``` white-space: nowrap; min-width: auto; ```

The issue still exists on Browser - Chrome Version 94.0.4606.81 (Official Build) (x86_64) OS - macOS Catalina Version 10.15.7 After some trial and error, a temporary fix that I found...

Thanks @arthurfiorette . In addition to your code, I had to use this as my project was using an older version of typescript https://stackoverflow.com/a/69791012/9406951. ``` "typesVersions": { "*": { "*":...