-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Describe the bug
In few of our recordings we're having issue like this
During checking we notices that it's complaining about this line: https://github.com/bigbluebutton/bbb-playback/blob/98eff292e0de75eff6195d654091dd1e89ae06fe/src/components/tldraw_v2/index.js#L79C1-L79C54
Simply added that part in try...catch block solved the problem but this would be just hiding the problem.
try {
const {
shape,
} = tldrawData[i];
shape.parentId = tldrawAPI?.getCurrentPageId();
shapes[shape.id] = shape;
}catch (e) {
console.error(e);
}Please check from your end. We're using latest BBB 3 series.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels