useRealtime not rendering new item/component #58
Answered
by
fazofazaal
fazofazaal
asked this question in
Q&A
-
Here's my component implementation If I add or remove a new order, changes are only reflected on page reload or on parent re-render. There's no real-time update happening. here's a screenshot of the WebSocket connection receiving the INSERT update What might be the reason it's not working for me? |
Beta Was this translation helpful? Give feedback.
Answered by
fazofazaal
Sep 23, 2022
Replies: 1 comment
-
Okay solved this issue by disabling react strict mode. This issue is also there when directly using the superbase client. Will keep strict mode disabled for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fazofazaal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay solved this issue by disabling react strict mode. This issue is also there when directly using the superbase client. Will keep strict mode disabled for now.