rocawearR
tRPC3y ago
11 replies
rocawear

tRPC sockets with react

Trying to make my React app work with socket with minimal server but getting error:

"Uncaught TypeError: Cannot destructure property 'client' of 'useContext(...)' as it is null."
at Object.useSubscription (createHooksInternal-9c1f8ad9.mjs:363:17)
at createHooksInternal-9c1f8ad9.mjs:57:29

Current code on comments!
Was this page helpful?