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
But it works with const filter = useFilter((query) => query.eq('pool_id', pool.id), []).
A second issue is that useRealtime is not working if I don't provide the compareFn. according to the doc, it's supposed to user id property to compare.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello I have some issues using the real-time features.
When I apply .order in the query, I do not receive new data.
But it works with
const filter = useFilter((query) => query.eq('pool_id', pool.id), [])
.A second issue is that useRealtime is not working if I don't provide the compareFn. according to the doc, it's supposed to user
id
property to compare.Thanks in advance for your help
Beta Was this translation helpful? Give feedback.
All reactions