React auto scroll is not functioning properly during initail render
I am building a chat app. I want the client to always see the latest message when he opens the screen. My issue is that it does not work properly during the initial render. If I send a message and when the state changes it works perfectly. I can’t figure out how this useEffect works. Please help me out. Even if I refresh the page it wont work how it supposed to work.