Jeremy Tong

Results 29 comments of Jeremy Tong

https://frontend-connext-bridge-git-jt-estimated-time-connext-979dc950.vercel.app

https://postgrest.mainnet.connext.ninja/daily_swap_tvl?day=gt.2024-04-17 - returns []

Is this a token allowance issue? Are they supposed to be able to bridge without setting an allowance here? Any info would help

There wasn't a proposed fix yet. Need some guidance on how to solve the dichotomy in presented info

I don't have access to the notion page linked above @just-a-node

Need more info, can they share what info is missing in a screenshot?

@lbxa With nativewind and Expo 52, I'm seeing an issue that it can't find react-native-css-interop. You can see this inside all the node_modules, when it isn't hoisted I'm not sure...

``` export const Route = createFileRoute('/dashboard')({ beforeLoad: ({ context, location }) => { if (context.auth && !context.auth.isAuthenticated) { context.auth.loginWithRedirect({ appState: { navigateTo: location } }) } }, loader: async ({...