prevent clients crashing when presenter reloads

This commit is contained in:
KDSBrowne 2022-05-16 19:04:40 +00:00
parent 920d1def89
commit c20e54b95d

View File

@ -122,7 +122,7 @@ export default function Cursors(props) {
</ReactCursorPosition>
{props.otherCursors.map((c) => {
return (
props.currentUser.userId !== c.userId &&
c && props.currentUser.userId !== c?.userId &&
// !c.isPositionOutside &&
renderCursor(
c.userName,