We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca5148 commit f036151Copy full SHA for f036151
package/src/components/MessageList/MessageList.tsx
@@ -345,10 +345,6 @@ const MessageListWithContext = (props: MessageListPropsWithContext) => {
345
[autoscrollToRecent, minIndexForVisible],
346
);
347
348
- useEffect(() => {
349
- console.log('CHANGED: ', maintainVisibleContentPosition);
350
- }, [maintainVisibleContentPosition]);
351
-
352
/**
353
* We want to call onEndReached and onStartReached only once, per content length.
354
* We keep track of calls to these functions per content length, with following trackers.
0 commit comments