Get the warning of horizontal and vertical padding

I got this error in my figma plugin when I applied autolayout by using figma plugin API’s.
Here is my current version of figma in Package.json @figma/plugin-typings”: “1.57.1”.
I am not using horizontal padding anywhere in my code.

reading horizontalPadding is no longer supported as left and right padding may differ

This is not an error, just a warning. It’s safe to ignore it.

I am facing this error in my plugin as well and I doubt there is a performance lag because of this warning. Kindly let me know whether there is any way to get rid of this warning

Don’t read these properties and then you won’t see these warnings.