I’m calling a Sheet from a tap on an item in a Vertical list. I’m referencing the parent group’s Thing to display data. I’m having an issue where the data doesn’t appear until I try tapping a few times. It’s like it doesn’t load immediately into the sheet. After it loads for the first time, it seems to be fine… like it’s cached or something.
Has anyone run into a similar issue? Or is there a recommended way to pass data from a Vertical List to a sheet?
same and it works. In fact, I’m using a resuable element that’s a sheet. The custom state becomes the main source of all page info and all info inside the sheet.