()
| 107 | * Useful for showing skeleton/loading states in data-driven components. |
| 108 | */ |
| 109 | export function useIsQueryLoading() { |
| 110 | return useOpenUI().isQueryLoading; |
| 111 | } |
| 112 | |
| 113 | /** |
| 114 | * Get a form field value from the form state context. |
no test coverage detected