afraid-scarletโข4y ago
usetable-live-mode
here is the page for reference:
7 Replies
Hey ๐,
Thank you so much for reaching out to us. We will check and contact you within the day!
Now I tried it with our Supabase example and it worked. Are all your refine dependencies at the latest version?
Because we recently fixed a bug with live mode - https://github.com/pankod/refine/releases/tag/v3.8.4
extended-salmonโข4y ago
using 3.8.3 will update and test
yeah that seems to have solved it, thanks @Omer
Cool ๐๐
extended-salmonโข4y ago
Quick follow up, does the user need to handle the unsubscribe on page leave? Do we have to implement an effect on unmount to do it?
No, we do it automatically ๐
GitHub
refine/index.ts at master ยท pankod/refine
A React-based framework for building internal tools, rapidly. - refine/index.ts at master ยท pankod/refine
extended-salmonโข4y ago
sweet thanks!