Hi Figma Team,
I’ve been developing a plugin for a year now, and suddenly my console started reporting a message that i’ve never seen before :
[Plugin API] Validating property "skipInvisibleInstanceChildren" {rawValue: true}
This seems to happen whenever i update a figma object, for example : setPluginData, or setting a node property
Are you familiar with this message ? why did it appear ?
The problem is that i’m now seeing millions of logs like this when running my tests, and it kills the performances + readability to a point where i can’t work anymore.
Is there any way to reduce the log level in order to avoid getting spammed by this ?
Or any work-around ?
Thanks in advance if you have any insights.