Error when Comparing Instance of Shape with Instance of Table in Node.js

Hi Support,
I’m getting this error on iterating over all the shapes and trying to compare it with istanceof Table.
image.png (30.8 KB)

@karanmarsh,
Thank you for contacting support.

Please try the following way:

console.log("shape", shape, shape instanceof aspose.Slides.Table);

Tried this but then I’m getting all the comparison as false
image.png (21.5 KB)

@karanmarsh,
Could you please share the presentation file you used?