Nikos Douvlis

Results 15 comments of Nikos Douvlis

Hello, are there any plans to implement any of the improvements suggested above?

Also facing the same error when trying to build the app for ios with capacitor. Any updates? The android version works fine.

Hello everyone, The latest release includes lots of changes related to how we're handling internal dependencies. I've tested using the provided project and `tsconfig.json` and I couldn't reproduce any of...

Closing this one, but please feel free to ping us again if its needed :)

Hey @dvargas92495 , very interesting! Remix loaders for nested routes run in parallel and so far, we don't have a good way to share state/data across loaders for the same...

Alternative, the user could create it's own util, eg: ```tsx import { getAuth } from '@clerk/remix/ssr.server'; import { users } from '@clerk/remix/api.server'; export const getAuthAndUser = async (params: Parameters[0]) =>...

> Any thoughts on above @nikosdouvlis ? Hey @dvargas92495 :) Ansered here: https://github.com/clerkinc/javascript/pull/249#discussion_r879440719

Thanks for reporting that. A ticket for this issue already exists, so let me get back at you once the fix is deployed - will probably happen soon enough :)

Closing this one. We're going to revisit this refactoring if we need to when we handle the new Nextjs 12 middleware structure cc @SokratisVidros

Hello @marjan-pluto ! Many thanks for reporting this one :) `getToken` doesn't need to be in the dependency array, but I can see why this is problematic. Your comment about...