I’m currently working on developing a Figma plugin in DEV mode. It involves accessing exposed instance properties from instance nodes object.
When I run the plugin in standard mode, I’m able to retrieve the exposed instance properties. But I can’t access the exposed instance properties from the nodes when I run the plugin in DEV mode.
Is there something I need to change to access these exposed instance properties while running the plugin in DEV mode?