We have a button component that relies on a color mask for the disabled state. This mask grays out the assigned icon when the disabled state is selected. We use a mask because our icons can be of many different colors and this was the only way we could set the icons to be a single greyed out color while maintaining the original colors when reenabling. The component also allows the user to resize the icon from a nested component. We had this component working as expected last month.
However, today I loaded up a file with several disabled icons and noticed all of them were broken. I dug into the file history and noticed the problem appeared at 10:34 AM on July 31st. This seems to be inline with a recent update that Figma released on that day. I’m guessing something in that update must have broken the component we made.
Below are screenshots showing the issue. The issue is occuring in a side toolbar (on the right hand side of our mockup)






Additionally, resizing the nested icon no longer works. It’s difficult to show the history of this working, but this was a problem I worked on solving before and made sure resizing was working. You can see in the last two screenshots we have a nested component where you can select the icon size.
This is greatly disruptive to our work as we use these states during prototypes to indicate to users when something is enabled/disabled. It appears as though this is a bug with the recent update since we did not modify the component after the update occurred.