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
This change is based on the patterns documented in #590
Sometimes NavList items have to wait for data to render correctly. For example, if the URL is dynamic, or if we want to make sure the linked view can be loaded before letting users click it.
Since NavList uses ActionList under the hood, we may want to make the change in ActionList and open up the NavList API to support a loading state.
Example
The text was updated successfully, but these errors were encountered:
This change is based on the patterns documented in #590
Sometimes NavList items have to wait for data to render correctly. For example, if the URL is dynamic, or if we want to make sure the linked view can be loaded before letting users click it.
Since NavList uses ActionList under the hood, we may want to make the change in ActionList and open up the NavList API to support a loading state.
Example
The text was updated successfully, but these errors were encountered: