[SOLVED] How to get data using useQuery, then update it using useMutation without reseting inputs?
Next-Auth types
groups so I can have typings for my nextauth config. Can't seem to figure it out. Whats is the exact way I can do add the type for such
```
callbacks: {
signIn({ profile }) {
const { groups = [] } = profile; // <--- make groups typed...
How to type either
{id: number, name: string, foo: Partial<SomeObject>}
{id: number, name: string, foo: Partial<SomeObject>}
help with invalid prisma invocation
Invalid `prisma.invite.findMany()` invocation:
Error converting field "groupId" of expected non-nullable type "String", found incompatible value of "null".
Invalid `prisma.invite.findMany()` invocation:
Error converting field "groupId" of expected non-nullable type "String", found incompatible value of "null".

Push notifications in a react app
The current domain is not authorized for OAuth operations
How to do this React Query thing without useEffect
Dynamically rendering a component using an object
name property that's being used to match the "JSON component" with the correct React component.
Let's say we have two components, ComponentA and ComponentB.
ComponentA has the following properties...
Validating supabase JWT token locally (without making a request to their API) [solved]
const { user } = await supabase.auth.api.getUserByCookie(req);
const { user } = await supabase.auth.api.getUserByCookie(req);
What is the difference between NextAuth and a SaaS solution for auth like firebase or supabase?
React Hook Form and breaking up form components
<Controller />. However, if I want to be able to display errors on the text fields in the sub-component I don't think I can do that. Is this correct?...how to get next-auth session in _app.tsx on getInitalProps?
Type to require elements of array to all have one property or the other
How to handle cancelled login, when using nextAuth OAuth?

Pointing to object in array giving me an undefined error in console.log

change multiple attributes with 'group-hover'
[Solved] Why does leetcode say “non-decreasing” and not “ascending”
T3 & Plausible proxy setup
next-plausible and I am following the example on their gh-page.
https://github.com/4lejandrito/next-plausible#proxy-the-analytics-script
My next.config.mjs looks like this
```ts...NextAuth - OneLogin flow mocking