Closed dennis-campos closed 1 year ago
On client work, we realized we had two trpc.ts files.
trpc.ts
I went with utils over lib just because it is recommended by tRPC docs -- but I am opened to change this to lib Documentation
utils
lib
It will slightly look different if we decide to implement the src that's currently an RFC
src
Upgraded framer-motion - When creating a new template, an error was thrown. Upgrading this package solved the error.
framer-motion
lib/trpc
utils/trpc
^8.5.0
On client work, we realized we had two
trpc.ts
files.I went with
utils
overlib
just because it is recommended by tRPC docs -- but I am opened to change this tolib
DocumentationIt will slightly look different if we decide to implement the
src
that's currently an RFCUpgraded
framer-motion
- When creating a new template, an error was thrown. Upgrading this package solved the error.Changes
lib/trpc
toutils/trpc
^8.5.0
trpc.ts
under lib folder since it already existed in theutils
folderChecklist