You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the context menus we create for timeline items are causing the scrolling to drop in performance. It gets worse the more you back paginate.
- I'm noticing a huge hit to scrolling performance when I add a contextMenu to cells in my lazyvstack. When I profiled the app, it showed that buttons in the contextMenu was what was taking so long to render. Does a context menu have to render on creation of a view? Is there any way to create a lazy context menu?
- We believe that this issue was fixed in a recent software update. If you are still seeing this, could you please file a feedback?
The text was updated successfully, but these errors were encountered:
It seems that the context menus we create for timeline items are causing the scrolling to drop in performance. It gets worse the more you back paginate.
The only reference I found to it was from a WWDC 22 digital lounge here https://blog.timing.is/wwdc-swift-slack/
The text was updated successfully, but these errors were encountered: