Skip to content

Conversation

vladimirfilosof
Copy link
Contributor

No description provided.

@@ -9,12 +9,15 @@ export const useQueryResponses = <TError>(
status: DataLoaderStatus;
error: TError | null;
refetch: Function;
isEnabled?: boolean;
Copy link
Contributor

@ArturAbdullin ArturAbdullin Jun 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it's worth following the naming convention from Tanstack Query?
suggestion: enabled (without is...)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the enabled naming is specific to the parameters, but this is the result. For the result, names like isError isFetched, etc. are used.

@vladimirfilosof vladimirfilosof force-pushed the fix/use-query-responses branch from 3703761 to 892f96e Compare August 27, 2025 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants