Skip to content

Bug: shape.parentId is readyonly value #315

@jibon57

Description

@jibon57

Describe the bug
In few of our recordings we're having issue like this

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions