Skip to content

Unable to assign false to boolean properties #23

@jspanchu

Description

@jspanchu

Code to reproduce:

const vtk = await window.vtkReady;
const actor = vtk.vtkActor();
actor.visibility= false;
console.log(actor.visibility);

Error message:

Uncaught TypeError: 'set' on proxy: trap returned falsish for property 'visible'
    at <anonymous>:24:15
(anonymous) @ VM1304:24

@jourdain i will be taking care of this.

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