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
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
things could be even simplified
every time you do subscription
simply refetch changes from the database
it will be slower
but it will functionally work
and make things very very simple
so entire hooks issues will go away
ID Swap logic will go away
and any update will simply update store again and send generic hook to "refetch all"
The text was updated successfully, but these errors were encountered:
Hey @RinkiyaKeDad, I should have had myself assigned to this because it is something I'm coming back to now. Basically we had a PR up for this issue, but we decided to go back to the drawing board and simplify our approach. I can go through some of the issues and see if there is one that I could see if we need help on. The thing is quite a lot depends on this issue here.
Thanks, @kingsleyzissou! It'd be great if you could point me towards an issue to start with. I was going through the list of issues but wasn't able to figure out which one would be a good starting point 😅
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
things could be even simplified
every time you do subscription
simply refetch changes from the database
it will be slower
but it will functionally work
and make things very very simple
so entire hooks issues will go away
ID Swap logic will go away
and any update will simply update store again and send generic hook to "refetch all"
The text was updated successfully, but these errors were encountered: