McJezus
McJezus
Update: When I wrap it in a container, it clearly shows that it is indeed updating, but it is also rerendering. Is there a way to stop the rerender?
If anyone else is facing this issue, I found a workaround by doing the following: - Wrapping the object in a functional react element. I just used: `const TreeWrapper =...
Hi @bkrem, I am so sorry for not getting back to you yet. I will try to replicate it and submit the link here. It will probably be in early...
I see this is still open. I am working with the same sort of structure, whereby a person can have multiple children and those children can have children, etc. On...
On the server side, you should include `allowEIO3` in your socketIO options. For example: ``` const io = new Server({ allowEIO3: true, }); ``` This will fix the headers.