Skip to content

Fix console warning about heuristic matcher on issue view

This happens only in development mode

Currently, when opening an issue on a local dev environment, there is a console warning about heuristic fragment matching:

Screenshot_2021-04-27_at_07.26.13

We need to add fragment matcher to the GraphQL subscription to fix this.

Edited by Natalia Tepluhina