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
// there's a fundamental problem in this code related to synchronization and the interval is a hack to deal with it until the correct solution is found.
1237
+
// Ideally, we would only want to try and find this entry once the list is rendered, possibly on a lifecycle hook like mounted or something, or possibly
1238
+
// asynchronously upon data retrieval...I'm not exactly sure what's needed here, but this is a poor-man's start.
0 commit comments