Displaying data in a Sheet... Lag?

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?

2 Likes

I’m putting data in a custom state and then displaying it in the sheet that way. Haven’t experienced any lag when doing it.

1 Like

I will try this method, thank you!

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.

This is defiantly the way.

(Although, I still think it’s a bug because you shouldn’t have to use a workaround)

1 Like

This topic was automatically closed after 14 days. New replies are no longer allowed.