Replies: 1 comment 1 reply
-
You will need to provide code if you want help with this, a github repo that allows us to reproduce the issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
record3.webm
I observed that if I perform an optimistic update and then refresh the page, the UI will experience some mutations. Is this normal?
In the picture, I updated all the conversations one by one. Since the UI is sorted by update time, they are sorted by the last modified time.
My question is that after I perform the operation, the updated shape does not seem to be cached on the browser in time.
(The loading delay in the video is because Collection will report a 500 error on Next.js Server, so I disabled its SSR)
Beta Was this translation helpful? Give feedback.
All reactions