File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,10 @@ export default function SignUpScreen() {
4343 } ;
4444
4545 void initLanguage ( ) . catch ( ( error ) => {
46- console . error ( "Sign-up page: Unhandled error during language initialization:" , error ) ;
46+ console . error (
47+ "Sign-up page: Unhandled error during language initialization:" ,
48+ error ,
49+ ) ;
4750 } ) ;
4851 } , [ ] ) ;
4952
Original file line number Diff line number Diff line change 11import React , { useState } from "react" ;
22import { QueryClient , QueryClientProvider } from "@tanstack/react-query" ;
33import { httpBatchLink } from "@trpc/client" ;
4- import { trpc } from ".. /utils/trpc" ;
4+ import { trpc } from "~ /utils/trpc" ;
55import superjson from "superjson" ;
66import { Platform } from "react-native" ;
77import { useAuth } from "@clerk/clerk-expo" ;
You can’t perform that action at this time.
0 commit comments