VincentAudette
VincentAudette
This would be a great feature! Example of how I would see it work: add the desired relation and do an opertion. ```javascript createMultipleCards:(_parent,_args,ctx)=>{ const markedCards = _args.cards.map(card=>{ return {...
I had the same error make sure you have your api exposed. And I was missing the environment variables: UPLOADTHING_SECRET and UPLOADTHING_APP_ID
I didn't import the styles and provided new styles as overrides in my css file. ```css .ut-hidden { @apply hidden; } .ut-bg-blue-600 { @apply flex h-10 w-36 cursor-pointer items-center justify-center...
Dépendence à ajoute https://pub.dev/packages/scrollable_positioned_list pour garder l'état plus stable quand les items ne sont pas encore chargé en mémoire.