Lluis

Results 14 comments of Lluis

@awitherow, are you still interested in this, or are you ok if we close it?

Here's a [possible solution](https://github.com/nextauthjs/next-auth/issues/230#issuecomment-1036440563) for it, although the use case seems a bit strange to me. If you're already signed in, navigating to `api/auth/signin` should not allow you to sign...

@formerskulk4 `getSession()` or `getServerSession()` will return you `null` if the user is not authenticated. Have you verified that the user is logged in when calling the function?

Having the same issues pretty annoying 🥲

I was checking, _it might happen_ because we try to render the [**Portal Tooltip**](https://github.com/reakit/reakit/blob/master/packages/reakit/src/Tooltip/Tooltip.tsx#L64-L66) ( given `unstable_portal = true` ). In theory `` should be just rendering `null` on the...

I'm happy to help with this one 👍🏻 As far as I saw components on this library are tested through [**RTL**](https://github.com/testing-library/react-testing-library/) ( Node ) simulating keyboard interactions there ... ⌨️...

Coolios, I see two pieces of work from this? ### Task 1 > I manually test components on Safari with VoiceOver and on Windows Firefox/Chrome with NVDA and JAWS. And...

@diegohaz should we add that text in the homepage then? 🧐

Interesting 🤔, why rendering it in a portal or not would make any difference when being on full screen?

TS doesn't seem to be able to read the types when using `rebass/styled-components` ? ``` error TS7016: Could not find a declaration file for module 'rebass/styled-components'. '.../node_modules/rebass/styled-components/index.js' implicitly has an...