[BUG] so much rendering
Description
When a user chats with another user, it renders the message many times
the real problem here is the message sent is dispatched a lot of times to Redux and Redux shows the messages
Screenshots
No response
@Dun-sin Can you give me the steps to reproduce this issue?
@Dun-sin Can you give me the steps to reproduce this issue?
just try to chat
the problem seems to be coming from the dependency array passed to the useEffect hook inside the chat component. addMessage also gets called more than once which makes the message appear multiple times.
I would like to work on this if it hasn't been assigned to anyone yet.
the problem seems to be coming from the dependency array passed to the
useEffecthook inside the chat component.addMessagealso gets called more than once which makes the message appear multiple times.I would like to work on this if it hasn't been assigned to anyone yet.
@jasham @mathiasayivor were you able to come up with a fix?
the problem seems to be coming from the dependency array passed to the
useEffecthook inside the chat component.addMessagealso gets called more than once which makes the message appear multiple times. I would like to work on this if it hasn't been assigned to anyone yet.@jasham @mathiasayivor were you able to come up with a fix?
Thought @jasham was to do some presentation?
the problem seems to be coming from the dependency array passed to the
useEffecthook inside the chat component.addMessagealso gets called more than once which makes the message appear multiple times. I would like to work on this if it hasn't been assigned to anyone yet.@jasham @mathiasayivor were you able to come up with a fix?
Thought @jasham was to do some presentation?
I think so too
the problem seems to be coming from the dependency array passed to the
useEffecthook inside the chat component.addMessagealso gets called more than once which makes the message appear multiple times. I would like to work on this if it hasn't been assigned to anyone yet.@jasham @mathiasayivor were you able to come up with a fix?
Thought @jasham was to do some presentation?
I think so too
Let's connect today.
Hi @Dun-sin, can I help with this issue?
Hi @Dun-sin, can I help with this issue?
You can join the discord server and ask @jasham if he needs help with it