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
The log scrolls to the bottom on first render. But after pushing additional lines to the log, it resets itself to the first line on subsequent rerenders and there doesn't seem to be any way of forcing him to follow the new lines pushed to the bottom. One thing that fixes it is to remove the ScrollFollow component, but then scrolling becomes jerky,
Here's my code which first loads a payload of logs lines on first render, and then pushes additional lines from a websocket channel (however the websocket is handled indepentently from the built-in logviewer api) .
The log scrolls to the bottom on first render. But after pushing additional lines to the log, it resets itself to the first line on subsequent rerenders and there doesn't seem to be any way of forcing him to follow the new lines pushed to the bottom. One thing that fixes it is to remove the ScrollFollow component, but then scrolling becomes jerky,
Here's my code which first loads a payload of logs lines on first render, and then pushes additional lines from a websocket channel (however the websocket is handled indepentently from the built-in logviewer api) .
The text was updated successfully, but these errors were encountered: