refinedev/refine

[FEAT] Rename `useShow`'s `queryResult` to `query`.

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.

queryResult name is long.

const { queryResult } = useShow()

Describe the thing to improve

We can delete the result part for the name. this way it will be more readable.

const { query } = useShow()