Hi.
Since few weeks, I’m facing a really annoying bug in the components system.
- I created a cell item component. There are around 40 different variants depending on the size of the cell (small/wide) and its content (text 1 line, text 2 lines, image, icon, checkbox, and so on).
- Then, I created a list item component which is a list of cell item instances, ordered in line to make…a list item. This component is made of 9 instances of the cell component.
All of this is exported in the library I use in all the projects.
The bug is the following:
- I create an instance of the list item object, to create a list specific to my need
- then, I select a cell instance of the list item instance and I change the variant
The bug is instead of changing the variant of the selected cell only, Figma changes the variant of all cells.
This has worked flawlessly for months. And since few weeks it doesn’t, as explained here above.
The workaround I’ve found is to create a list item instance, and detach the instance. And then, I can change the cells instances without problem. But it’s far from being perfect.
Any help or a fix would be great. Thx.