Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### What changed? - Replaced various instances of `useTanQuery` with `useSuspenseTanQuery` in the codebase. - Adjusted imports to ensure `useSuspenseTanQuery` is used from the `@tanstack/react-query` package. - Adjusted suspense-related settings in query hooks to ensure proper behavior. ### Why make this change? - This change ensures that suspense behavior is consistently applied where necessary, optimizing the React components' data fetching mechanism with suspense. - This is particularly useful for ensuring that components display fallback content while data is being fetched, improving the user experience. ### How to test? 1. Verify that the application builds correctly without errors related to the query hooks. 2. Check that components using `useSuspenseTanQuery` correctly handle data fetching with suspense, displaying fallback content where appropriate. 3. Ensure the application behaves as expected without regressions in functionality.
- Loading branch information