I have what seems like a pretty simple menu structure. I have a menu component with links down the side that has variants for each of the links that get switched to on mouse enter. On those variants I have product card components that use text properties to set product name and description.
When I run the prototype, the switching to different variants works fine, but the product cards are picking up the text properties from cards on different variants instead of showing their information.