Hey, I’ve ran into a weird problem and want to see if anyone else has this problem or a solution.
Right now my team is working on updating our UI library and organizing our main components into frames to display them clearly (similar to how Material Design type kits lay them out). The way we have our components set up is we apply an auto layout to the frame that’s created once you add a variant to a component.
Since we’re wanting to clean up the display of the components, we’re trying to get the variables a neater layout and have tried using the grid layout as they allow you to place the variables next to one another & give you blank spaces that you cant get with an auto layout that just has a wrap.
As I’ve been moving things into grids, I noticed that all of the interactions applied to the variants have been completely deleted and I’m not sure why. I know grids are still in beta so it could be a bug, but I want to double check just to make sure it’s not me doing something wrong so I don’t continue to do it lol. The only thing I could think I could be doing wrong is how I am putting the component into our new library frame, however I am using cut not just copy paste so interactions should remain in tact?
Here are screenshots of the before and after. For some more context we’re working off a MUI kit and we’re getting rid of the abundance of variants that we are not using. All that’s been done between the before and after is deleting variants and changing their wrapping auto layout into a grid and moving the pieces around. Thanks!!
Before:

After:
