\r\n\t\t\t\u003C/QueryClientProvider>\r\n\t\t\u003C/trpc.Provider>\r\n\t\u003C/React.StrictMode>,\r\n\tdocument.getElementById('root')\r\n)\r\n```\r\n\r\nAnd this is how I am using the hooks inside the\r\n```tsx\r\nconst AppHeader: React.FC = () => {\r\n\tconst { data: school, isLoading } = trpc.useQuery([\r\n\t\t'school.get',\r\n\t\t{ id: schoolId }, //schoolId is a bigint here\r\n\t])\r\n\r\n\treturn \u003C>\u003C/>\r\n}\r\n```\r\nAnd i'm getting this error `Uncaught TypeError: BigInt value can't be serialized in JSON` which shouldn't happen if the transformer was being called. \r\n",[],1979,"react hooks not using data transformer","2022-06-13T23:17:22Z","https://github.com/trpc/trpc/issues/1979",0.7979702,["Reactive",3265],{},["Set"],["ShallowReactive",3268],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fewbU6aUaxwMcwpxS_fsHfJ3AWrEuwBTsHUwppup6T9Q":-1},"/trpc/trpc-openapi/275"]