Hi,
Iām using the plugin API to develop a plugin that shows me which nodes are using my local color styles. The getLocalPaintStylesAsync method works to retrieve the styles. Normally, I would use the consumers property in that response to see theĀ consumers; however, thatās been deprecated. When I attempt to use theĀ getStyleConsumersAsync method instead, it never seems to resolve. It either hangs indefinitely or freezes the app. That said, is there any way I could retrieve a list of consumers of one style at a time? Or perhaps some other approach that actually works?
Ā
Thanks in advance!Ā
