SpinBoxx

Results 3 issues of SpinBoxx

### Bug description Hello everyone , since i updated the prisma version to the new one (v5.16.0). I have a bug when i execute the prisma push command. I'm under...

bug/1-unconfirmed
kind/bug
domain/schema

Hello, I'm using the new useSortable hook from this library, and I want to retrieve my sortable items array. How can I proceed? I want to get my new state...

Hello, I have a Prisma schema like this: ``` model Event { id Int @id @default(autoincrement()) createdAt DateTime @default(now()) updatedAt DateTime @updatedAt method EventMethod type EventType payload String route String...