Hamzat Victor Oluwabori

Results 21 comments of Hamzat Victor Oluwabori

Thanks, changing the typescript version fixed the squiggly line👍

Good day, @catalinmiron can this be merged, please?

> ```json > "CFBundleURLTypes": [ > { > "CFBundleURLSchemes": ["com.googleusercontent.apps.xxx"] > } > ] > ``` Thanks man!

Please is there a way to handle errors on the client instead? with useSuspense?

Here's my code: `src/app/layout.tsx` ```tsx export default function RootLayout({ children, }: Readonly) { void api.user.me.prefetch(); return ( {children} ); } ``` in the `` in the `` component: ```tsx const...

Alright, thanks for your help🫡

> I managed to patch the `@tanstack/store` to workaround the `instanceof`, but I'm not entirely sure why, most likely an upstream bug from Hermes or react compiler. > > Here...

Any update on this? It would be really helpful