Widget Visibility Boolean from Custom Module Returns Undefined

Hi,

Can someone please confirm if I'm getting this bug/error alone or not? I'm on the latest v1.25.3.

When setting the visibility state from a custom module using an OSC{/visibilityState, false}, sending a boolean seems to result in undefined. I just made a simple toggle button to test the visibility of another widget, setting it through the custom module and returning it with receive("/visibilityState", Boolean(args[0].value))

image

However, if you just sent 0 or 1, it works as expected.

I've tested booleans within the OSC client and those work fine. It's just when it comes from the custom module that results in undefined.

Cheers,
DMDComposer

It's a bug indeed, should be fixed soon !

1 Like