T
tRPC
Change Theme
Search Answer Overflow
Login
Blitz
Posts
Comments
T
tRPC
•
Created by Blitz on 7/25/2023 in
#❓-help
avoiding used more hooks than previous render
Lesson: read the docs before posting a question
5 replies
T
tRPC
•
Created by Blitz on 7/25/2023 in
#❓-help
avoiding used more hooks than previous render
Solution
pass
enabled: condition
in useQuery options
procedures.readOne.
useQuery
({ id: id
as
string
}, { enabled: id
!==
undefined
})
procedures.readOne.
useQuery
({ id: id
as
string
}, { enabled: id
!==
undefined
})
5 replies