Invalid StyleRule messages in the console

Occasionally I see messages in the console:

Invalid StyleRule property backgroundPosition
Invalid StyleRule property textTransform
Invalid StyleRule property justifyItems

Are these from another plugin or from XD? I don’t think I’m using any of these styles in my plugins.

In what instances do you see those logs? when you launch?

OK I think it’s from the Photo Splash plugin. I opened it and those logs were written but the second time I opened it it doesn’t happen and if I reload the plugins it doesn’t happen again. I’ve emailed the developer.

We get the justifyItems logs in prerelease.

I don’t use justify items anywhere in the code, I am, however setting labelConnection.style.justifyContent = "space-between";
The error appears after loading plugins and causes slider elements’ widths to appear smaller 07 Reloading seems to help temporarily though…