Sokratis Vidros

Results 35 comments of Sokratis Vidros

@dvargas92495 Did you notice an increased duration in tests due to the addition of all the `await` before each user interaction? What's the official recommendation by https://testing-library.com/ for React 18?

@nikosdouvlis Please add to the description all the Github issues that this PR fixes.

Hi @hammy2899. Thanks for reporting this. Can you please share a code snippet that reproduces the issue using the `useSignIn` hook?

Thanks @hammy2899. We are already working on a fix.

HI @abenhamdine. [Remix](https://remix.run/docs/en/v1/tutorials/blog#prerequisites) sets the following requirements at the moment: - [Node.js](https://nodejs.org/) version (^14.17.0, or >=16.0.0) After [AWS switching to Node 16](https://aws.amazon.com/about-aws/whats-new/2022/05/aws-lambda-adds-support-node-js-16/) the main reason we opted for Node 16...

Thanks for reporting this. We are aware of the incompatibility and we are working on a new version. Meanwhile, you can pin your Next JS to a version < 12.2.0.

Sure thing. We have already started a [draft PR](https://github.com/clerkinc/javascript/pull/302/files) but it needs more work as the changes on Next.js side were big.

Yes. We will continue working on Next 12.2 so as to move authentication completely in the `middleware.ts` but our latest release should unblock you.

Allow me to jump in the conversation with the following example: Supposedly we have the following folder structure: ``` seeds/index.js seeds/foos.json seeds/bars.json ... ``` ```js // seed/index.js const path =...

Thanks a lot @city41