nicoalbanese / kirimase

Build full-stack Next.js apps, incredibly fast
https://kirimase.dev
MIT License
2.39k stars 107 forks source link

useContext is currently aliased as of trpc 10.41.0, migrate to useUtils #128

Closed afogel closed 3 months ago

afogel commented 4 months ago

What changed

This PR updates the useContext call to useUtils. A small fix, but it closes #113 :)

I did consider perhaps trying to incorporate a check to see whether the trpc package version is greater than 10.41.0, but wasn't sure whether this change merited a modification to the AvailablePackage type.

afogel commented 4 months ago

Ping? @nicoalbanese

nicoalbanese commented 3 months ago

Sorry for delay! This is great thanks