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
docs: update QueryClient example and update API reference
- Update example with staleTime and gcTime, and enableDevTools usage
- Document queryClient, options, and enableDevTools props in Component Properties
- Fix typo: items.description -> item.description in useItem example
- Fix malformed Error type table markdown
|`apiUrl`|`string`| The base URL of the STAC catalog. |
129
+
|`queryClient`|`QueryClient`| Optional. Custom TanStack Query QueryClient instance. If not provided, a default QueryClient will be created. |
130
+
|`options`|`object`| Optional. Configuration object for customizing STAC API requests (e.g., headers, authentication). |
131
+
|`enableDevTools`|`boolean`| Optional. Enables TanStack Query DevTools browser extension integration by exposing the QueryClient on `window.__TANSTACK_QUERY_CLIENT__`. Defaults to `false`. Recommended for development only. |
0 commit comments