blocka

Results 35 comments of blocka

I pushed up a new version which should have this fixed.

What happens if somebody submits the form during the async request? How does formik know to wait?

You can make a plugin which only runs client side

> ```ts > import type { Prisma } from "@prisma/client"; > import PrismaClientPkg from "@prisma/client"; > > const PrismaClient = PrismaClientPkg.PrismaClient; > > const prisma = new PrismaClient(); > ```...

@dannycochran what is the `request` function?