@@ -279,6 +279,7 @@ class Filmstrip extends PureComponent <Props> {
*/
_onListItemsRendered({ overscanStartIndex, overscanStopIndex }) {
const { dispatch } = this.props;
+ console.log("fake cls_dec. _onListItemsRendered")
dispatch(setVisibleRemoteParticipants(overscanStartIndex, overscanStopIndex));
}