Hi,
sorry, this is a duplicate of
which i didn’t tag correctly and i couldn’t find any way to update / delete,
feel free to delete that other thread.
2 days ago, some new logs appeared in the console while developing my plugin through the plugin API :
[Plugin API] Validating property "x" {rawValue: y}
whenever i update a figma object, for example : setPluginData, or setting a node property;
This came with another new log which i never saw before and is probably part of the same update :
[Plugin API] Plugin run kendmcjkn9 finished {pluginEndEventData: {…}, setPluginDataStats: {…}}
(this one is not bothering me though)
The problem with that first log, is that it impacts performances and readability to a point where i can’t work anymore, i’m totally stuck right now.
Is this new log intended ? any way to get rid of it ?
Thanks in advance.