You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe I found a bug in urql subscriptions. I prepared a simple list, where users can add new records and rename existing ones. After a user creates a new record and after that they hit "Rename" button, updated results won't show up. The "Rename" button calls standalone gql client (not urql) just to simulate external source of change -- this way I'm sure urql doesn't know about mutation been called and so urql must update cache from subscription.
Describe the bug
Hello!
I believe I found a bug in urql subscriptions. I prepared a simple list, where users can add new records and rename existing ones. After a user creates a new record and after that they hit "Rename" button, updated results won't show up. The "Rename" button calls standalone gql client (not urql) just to simulate external source of change -- this way I'm sure urql doesn't know about mutation been called and so urql must update cache from subscription.
I also attached video:
Screen.Recording.2022-12-05.at.11.33.28.mov
Or am I doing something wrong?
Reproduction
https://github.com/cinan/urql-cache
Urql version
@urql/exchange-graphcache: 5.0.5
urql: 3.0.3
Validations
The text was updated successfully, but these errors were encountered: