Skip to content

Upgrade @apollo/client to 3.14.16

Administrator requested to merge tr/apollo-upgrade into main

Created by: umpox

This is currently blocked due to a bug from a change introduced in version 3.8

The bug is that Apollo seems to return an empty result object from the cache when there should be available data. You can see this by navigating to the symbol sidebar on the file, and searching for a symbol.

Photo for reference: image

Error screen: image

This error is thrown by our code, the root of the bug seems to be that Apollo returns empty data from the cache when it should be able to access it

Merge request reports

Loading