This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Description
Hi,
I am trying to use this in my solid-js application, I am getting the following exception while calling my hook for getting the data
query.ts:359 As of v4, queryKey needs to be an Array. If you are using a string like 'repoData', please change it to an Array, e.g. ['repoData']
and My function is
const res = trpc.terms.getTerms.useQuery();